ControllerContext Properties
The ControllerContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Controller | Gets or sets the controller. |
|
DisplayMode | Gets the display mode. |
|
HttpContext | Gets or sets the HTTP context. |
|
IsChildAction | Gets a value that indicates whether the associated action method is a child action. |
|
ParentActionViewContext | Gets an object that contains the view context information for the parent action method. |
|
RequestContext | Gets or sets the request context. |
|
RouteData | Gets or sets the URL route data. |
Show: