This documentation is archived and is not being maintained.
ControllerActionInvoker Class
Represents a class that is responsible for invoking the action methods of a controller.
Namespace:
System.Web.MvcAssembly:
System.Web.Mvc (in System.Web.Mvc.dll)
Public Class ControllerActionInvoker
Implements IActionInvoker
| Name | Description |
|---|
.jpeg?cs-save-lang=1&cs-lang=vb) | Binders | Gets or sets the model binders that are associated with the action. |
| Name | Description |
|---|
.jpeg?cs-save-lang=1&cs-lang=vb) | CreateActionResult(ControllerContext, ActionDescriptor, Object) | Creates the action result. |
.jpeg?cs-save-lang=1&cs-lang=vb) | Equals(Object) | |
.jpeg?cs-save-lang=1&cs-lang=vb) | Finalize() | |
.jpeg?cs-save-lang=1&cs-lang=vb) | FindAction(ControllerContext, ControllerDescriptor, String) | Finds the information about the action method. |
.jpeg?cs-save-lang=1&cs-lang=vb) | GetControllerDescriptor(ControllerContext) | Retrieves information about the controller by using the specified controller context. |
.jpeg?cs-save-lang=1&cs-lang=vb) | GetFilters(ControllerContext, ActionDescriptor) | Retrieves information about the action filters. |
.jpeg?cs-save-lang=1&cs-lang=vb) | GetHashCode() | |
.jpeg?cs-save-lang=1&cs-lang=vb) | GetParameterValue(ControllerContext, ParameterDescriptor) | Gets the value of the specified action-method parameter. |
.jpeg?cs-save-lang=1&cs-lang=vb) | GetParameterValues(ControllerContext, ActionDescriptor) | Gets the values of the action-method parameters. |
.jpeg?cs-save-lang=1&cs-lang=vb) | GetType() | |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeAction(ControllerContext, String) | Invokes the specified action by using the specified controller context. |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeActionMethod(ControllerContext, ActionDescriptor, IDictionary(Of String, Object)) | Invokes the specified action method by using the specified parameters and the controller context. |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeActionMethodWithFilters(ControllerContext, IList(Of IActionFilter), ActionDescriptor, IDictionary(Of String, Object)) | Invokes the specified action method by using the specified parameters, controller context, and action filters. |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeActionResult(ControllerContext, ActionResult) | Invokes the specified action result by using the specified controller context. |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeActionResultWithFilters(ControllerContext, IList(Of IResultFilter), ActionResult) | Invokes the specified action result by using the specified action filters and the controller context. |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeAuthenticationFilters(ControllerContext, IList(Of IAuthenticationFilter), ActionDescriptor) | |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeAuthenticationFiltersChallenge(ControllerContext, IList(Of IAuthenticationFilter), ActionDescriptor, ActionResult) | |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeAuthorizationFilters(ControllerContext, IList(Of IAuthorizationFilter), ActionDescriptor) | Invokes the specified authorization filters by using the specified action descriptor and controller context. |
.jpeg?cs-save-lang=1&cs-lang=vb) | InvokeExceptionFilters(ControllerContext, IList(Of IExceptionFilter), Exception) | Invokes the specified exception filters by using the specified exception and controller context. |
.jpeg?cs-save-lang=1&cs-lang=vb) | MemberwiseClone() | |
.jpeg?cs-save-lang=1&cs-lang=vb) | ToString() | |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top