RequestContext.HttpContext Property
.NET Framework (current version)
Gets information about the HTTP request.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.HttpContextBaseAn object that contains information about the HTTP request.
To set the HttpContext property, you must pass the value as a parameter when you call the RequestContext(HttpContextBase, RouteData) constructor.
.NET Framework
Available since 3.5
Available since 3.5
Show: