Share via


ControllerContext Properties

 

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

Properties

Name Description
System_CAPS_pubproperty Controller

Gets or sets the controller.

System_CAPS_pubproperty DisplayMode

Gets the display mode.

System_CAPS_pubproperty HttpContext

Gets or sets the HTTP context.

System_CAPS_pubproperty IsChildAction

Gets a value that indicates whether the associated action method is a child action.

System_CAPS_pubproperty ParentActionViewContext

Gets an object that contains the view context information for the parent action method.

System_CAPS_pubproperty RequestContext

Gets or sets the request context.

System_CAPS_pubproperty RouteData

Gets or sets the URL route data.

See Also

ControllerContext Class
System.Web.Mvc Namespace

Return to top