ControllerContext Properties

 

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

NameDescription
System_CAPS_pubpropertyController

Gets or sets the controller.

System_CAPS_pubpropertyDisplayMode

Gets the display mode.

System_CAPS_pubpropertyHttpContext

Gets or sets the HTTP context.

System_CAPS_pubpropertyIsChildAction

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

System_CAPS_pubpropertyParentActionViewContext

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

System_CAPS_pubpropertyRequestContext

Gets or sets the request context.

System_CAPS_pubpropertyRouteData

Gets or sets the URL route data.

Return to top
Show: