ControllerContext.HttpContext Property (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
ControllerContext.HttpContext Property

Gets or sets the HTTP context.

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

Visual Basic
Public Overridable Property HttpContext As HttpContextBase
	Get
	Set
C#
public virtual HttpContextBase HttpContext { get; set; }
Visual C++
public:
virtual property HttpContextBase^ HttpContext {
	HttpContextBase^ get ();
	void set (HttpContextBase^ value);
}

Property Value

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

Reference