ActionExecutingContext Properties

 

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

NameDescription
System_CAPS_pubpropertyActionDescriptor

Gets or sets the action descriptor.

System_CAPS_pubpropertyActionParameters

Gets or sets the action-method parameters.

System_CAPS_pubpropertyController

Gets or sets the controller.(Inherited from ControllerContext.)

System_CAPS_pubpropertyDisplayMode

Gets the display mode.(Inherited from ControllerContext.)

System_CAPS_pubpropertyHttpContext

Gets or sets the HTTP context.(Inherited from ControllerContext.)

System_CAPS_pubpropertyIsChildAction

Gets a value that indicates whether the associated action method is a child action.(Inherited from ControllerContext.)

System_CAPS_pubpropertyParentActionViewContext

Gets an object that contains the view context information for the parent action method.(Inherited from ControllerContext.)

System_CAPS_pubpropertyRequestContext

Gets or sets the request context.(Inherited from ControllerContext.)

System_CAPS_pubpropertyResult

Gets or sets the result that is returned by the action method.

System_CAPS_pubpropertyRouteData

Gets or sets the URL route data.(Inherited from ControllerContext.)

Return to top
Show: