ControllerContext::HttpContext Property

Gets or sets the HTTP context.

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

public:
virtual property HttpContextBase^ HttpContext {
	HttpContextBase^ get ();
	void set (HttpContextBase^ value);
}

Property Value

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