Controller.HttpContext 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 HTTP-specific information about an individual HTTP request.
public System.Web.HttpContextBase HttpContext { get; }
member this.HttpContext : System.Web.HttpContextBase
Public ReadOnly Property HttpContext As HttpContextBase
Property Value
The HTTP context.