ControllerBase.ControllerContext Property (System.Web.Mvc)

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

Gets or sets the controller context.

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

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

Property Value

Type: System.Web.Mvc.ControllerContext
The controller context.
See Also

Reference