| Name | Description |
|---|
 | BeginInvokeAction(ControllerContext, String, AsyncCallback, Object) | Invokes the asynchronous action method by using the specified controller context, action name, callback method, and state. |
 | BeginInvokeActionMethod(ControllerContext, ActionDescriptor, IDictionary(Of String, Object), AsyncCallback, Object) | Invokes the asynchronous action method by using the specified controller context, action descriptor, parameters, callback method, and state. |
 | BeginInvokeActionMethodWithFilters(ControllerContext, IList(Of IActionFilter), ActionDescriptor, IDictionary(Of String, Object), AsyncCallback, Object) | Invokes the asynchronous action method by using the specified controller context, filters, action descriptor, parameters, callback method, and state. |
 | CreateActionResult(ControllerContext, ActionDescriptor, Object) | |
 | EndInvokeAction(IAsyncResult) | |
 | EndInvokeActionMethod(IAsyncResult) | |
 | EndInvokeActionMethodWithFilters(IAsyncResult) | |
 | Equals(Object) | |
 | Finalize() | |
 | FindAction(ControllerContext, ControllerDescriptor, String) | |
 | GetControllerDescriptor(ControllerContext) | |
 | GetFilters(ControllerContext, ActionDescriptor) | |
 | GetHashCode() | |
 | GetParameterValue(ControllerContext, ParameterDescriptor) | |
 | GetParameterValues(ControllerContext, ActionDescriptor) | |
 | GetType() | |
 | InvokeAction(ControllerContext, String) | |
 | InvokeActionMethod(ControllerContext, ActionDescriptor, IDictionary(Of String, Object)) | Invokes the specified action method by using the specified parameters and the controller context.(Inherited from ControllerActionInvoker.) |
 | 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.(Inherited from ControllerActionInvoker.) |
 | InvokeActionResult(ControllerContext, ActionResult) | Invokes the specified action result by using the specified controller context.(Inherited from ControllerActionInvoker.) |
 | InvokeActionResultWithFilters(ControllerContext, IList(Of IResultFilter), ActionResult) | Invokes the specified action result by using the specified action filters and the controller context.(Inherited from ControllerActionInvoker.) |
 | InvokeAuthenticationFilters(ControllerContext, IList(Of IAuthenticationFilter), ActionDescriptor) | |
 | InvokeAuthenticationFiltersChallenge(ControllerContext, IList(Of IAuthenticationFilter), ActionDescriptor, ActionResult) | |
 | InvokeAuthorizationFilters(ControllerContext, IList(Of IAuthorizationFilter), ActionDescriptor) | Invokes the specified authorization filters by using the specified action descriptor and controller context.(Inherited from ControllerActionInvoker.) |
 | InvokeExceptionFilters(ControllerContext, IList(Of IExceptionFilter), Exception) | Invokes the specified exception filters by using the specified exception and controller context.(Inherited from ControllerActionInvoker.) |
 | MemberwiseClone() | |
 | ToString() | |