Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public ControllerContext ControllerContext { get; set; }
public:
property ControllerContext^ ControllerContext {
ControllerContext^ get();
void set(ControllerContext^ value);
}
member ControllerContext : ControllerContext with get, set
Public Property ControllerContext As ControllerContext
Property Value
Type: System.Web.Mvc.ControllerContext
The controller context.
See Also
ControllerBase Class
System.Web.Mvc Namespace
Return to top