Controller.HttpContext Property

Gets HTTP-specific information about an individual HTTP request.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

function get HttpContext () : HttpContextBase

Property Value

Type: System.Web.HttpContextBase
The HTTP context.
Show: