Mono Class Library: System.Web.HttpContext Overview | Members

System.Web.HttpContext.Request Property

The System.Web.HttpRequest object for the current request.

public HttpRequest Request { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The following example displays the current browser kind (UserAgent) when accessed with a web browser.

aspx Example

    <% @Page Language="C#" %>
    <%
     Response.Write ("The client is: " + Request.UserAgent);
    %>
  

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0