HelperPage.Request Property

Definition

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.

Applies to