Controller.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.
Overloads
Request |
Gets the HttpRequestBase object for the current HTTP request. |
Request
Gets the HttpRequestBase object for the current HTTP request.
public System.Web.HttpRequestBase Request { get; }
member this.Request : System.Web.HttpRequestBase
Public ReadOnly Property Request As HttpRequestBase
Property Value
The request object.