ControllerContext.HttpContext Property

Gets or sets the HTTP context.

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

function get HttpContext () : HttpContextBase 
function set HttpContext (value : HttpContextBase)

Property Value

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