ControllerActionInvoker Class
Represents a class that is responsible for invoking the action methods of a 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
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ControllerActionInvoker type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ControllerActionInvoker | Initializes a new instance of the ControllerActionInvoker class. |
| Name | Description | |
|---|---|---|
![]() | CreateActionResult | Creates the action result. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindAction | Finds the information about the action method. |
![]() | GetControllerDescriptor | Retrieves information about the controller by using the specified controller context. |
![]() | GetFilters | Retrieves information about the action filters. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetParameterValue | Gets the value of the specified action-method parameter. |
![]() | GetParameterValues | Gets the values of the action-method parameters. |
![]() | GetType | (Inherited from Object.) |
![]() | InvokeAction | Invokes the specified action by using the specified controller context. |
![]() | InvokeActionMethod | Invokes the specified action method by using the specified parameters and the controller context. |
![]() | InvokeActionMethodWithFilters | Invokes the specified action method by using the specified parameters, controller context, and action filters. |
![]() | InvokeActionResult | Invokes the specified action result by using the specified controller context. |
![]() | InvokeActionResultWithFilters | Invokes the specified action result by using the specified action filters and the controller context. |
![]() | InvokeAuthorizationFilters | Invokes the specified authorization filters by using the specified action descriptor and controller context. |
![]() | InvokeExceptionFilters | Invokes the specified exception filters by using the specified exception and controller context. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)
.gif?cs-save-lang=1&cs-lang=vb)