AsyncControllerActionInvoker Class
Represents a class that is responsible for invoking the action methods of an asynchronous controller.
System::Object
System.Web.Mvc::ControllerActionInvoker
System.Web.Mvc.Async::AsyncControllerActionInvoker
System.Web.Mvc::ControllerActionInvoker
System.Web.Mvc.Async::AsyncControllerActionInvoker
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The AsyncControllerActionInvoker type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AsyncControllerActionInvoker | Initializes a new instance of the AsyncControllerActionInvoker class. |
| Name | Description | |
|---|---|---|
![]() | Binders | Gets or sets the model binders that are associated with the action. (Inherited from ControllerActionInvoker.) |
| Name | Description | |
|---|---|---|
![]() | BeginInvokeAction | Invokes the asynchronous action method by using the specified controller context, action name, callback method, and state. |
![]() | BeginInvokeActionMethod | Invokes the asynchronous action method by using the specified controller context, action descriptor, parameters, callback method, and state. |
![]() | BeginInvokeActionMethodWithFilters | Invokes the asynchronous action method by using the specified controller context, filters, action descriptor, parameters, callback method, and state. |
![]() | CreateActionResult | Creates the action result. (Inherited from ControllerActionInvoker.) |
![]() | EndInvokeAction | Cancels the action. |
![]() | EndInvokeActionMethod | Cancels the action. |
![]() | EndInvokeActionMethodWithFilters | Cancels the action. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindAction | Finds the information about the action method. (Inherited from ControllerActionInvoker.) |
![]() | GetControllerDescriptor | Returns the controller descriptor. (Overrides ControllerActionInvoker::GetControllerDescriptor(ControllerContext).) |
![]() | GetFilters | Retrieves information about the action filters. (Inherited from ControllerActionInvoker.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetParameterValue | Gets the value of the specified action-method parameter. (Inherited from ControllerActionInvoker.) |
![]() | GetParameterValues | Gets the values of the action-method parameters. (Inherited from ControllerActionInvoker.) |
![]() | GetType | (Inherited from Object.) |
![]() | InvokeAction | Invokes the specified action by using the specified controller context. (Inherited from ControllerActionInvoker.) |
![]() | InvokeActionMethod | Invokes the specified action method by using the specified parameters and the controller context. (Inherited from ControllerActionInvoker.) |
![]() | InvokeActionMethodWithFilters | Invokes the specified action method by using the specified parameters, controller context, and action filters. (Inherited from ControllerActionInvoker.) |
![]() | InvokeActionResult | Invokes the specified action result by using the specified controller context. (Inherited from ControllerActionInvoker.) |
![]() | InvokeActionResultWithFilters | Invokes the specified action result by using the specified action filters and the controller context. (Inherited from ControllerActionInvoker.) |
![]() | InvokeAuthorizationFilters | Invokes the specified authorization filters by using the specified action descriptor and controller context. (Inherited from ControllerActionInvoker.) |
![]() | InvokeExceptionFilters | Invokes the specified exception filters by using the specified exception and controller context. (Inherited from ControllerActionInvoker.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
.gif?cs-save-lang=1&cs-lang=cpp)
.gif?cs-save-lang=1&cs-lang=cpp)
.gif?cs-save-lang=1&cs-lang=cpp)