HelperPage.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HttpRequest object for the current HTTP request.
public static System.Web.HttpRequestBase Request { get; }
member this.Request : System.Web.HttpRequestBase
Public Shared ReadOnly Property Request As HttpRequestBase
Property Value
An HttpRequest object that contains the HTTP values that were sent by a client during a web request.