Controller::HttpContext Property

Visual Studio 2010

Gets HTTP-specific information about an individual HTTP request.

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

public:
property HttpContextBase^ HttpContext {
	HttpContextBase^ get ();
}

Property Value

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

Community Additions

ADD
Show: