The System.Web.HttpRequest object for the current request.
Documentation for this section has not yet been entered.
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); %>
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0