ControllerActionInvoker Methods

 

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

NameDescription
System_CAPS_protmethodCreateActionResult(ControllerContext^, ActionDescriptor^, Object^)

Creates the action result.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodFindAction(ControllerContext^, ControllerDescriptor^, String^)

Finds the information about the action method.

System_CAPS_protmethodGetControllerDescriptor(ControllerContext^)

Retrieves information about the controller by using the specified controller context.

System_CAPS_protmethodGetFilters(ControllerContext^, ActionDescriptor^)

Retrieves information about the action filters.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetParameterValue(ControllerContext^, ParameterDescriptor^)

Gets the value of the specified action-method parameter.

System_CAPS_protmethodGetParameterValues(ControllerContext^, ActionDescriptor^)

Gets the values of the action-method parameters.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInvokeAction(ControllerContext^, String^)

Invokes the specified action by using the specified controller context.

System_CAPS_protmethodInvokeActionMethod(ControllerContext^, ActionDescriptor^, IDictionary<String^, Object^>^)

Invokes the specified action method by using the specified parameters and the controller context.

System_CAPS_protmethodInvokeActionMethodWithFilters(ControllerContext^, IList<IActionFilter^>^, ActionDescriptor^, IDictionary<String^, Object^>^)

Invokes the specified action method by using the specified parameters, controller context, and action filters.

System_CAPS_protmethodInvokeActionResult(ControllerContext^, ActionResult^)

Invokes the specified action result by using the specified controller context.

System_CAPS_protmethodInvokeActionResultWithFilters(ControllerContext^, IList<IResultFilter^>^, ActionResult^)

Invokes the specified action result by using the specified action filters and the controller context.

System_CAPS_protmethodInvokeAuthenticationFilters(ControllerContext^, IList<IAuthenticationFilter^>^, ActionDescriptor^)

System_CAPS_protmethodInvokeAuthenticationFiltersChallenge(ControllerContext^, IList<IAuthenticationFilter^>^, ActionDescriptor^, ActionResult^)

System_CAPS_protmethodInvokeAuthorizationFilters(ControllerContext^, IList<IAuthorizationFilter^>^, ActionDescriptor^)

Invokes the specified authorization filters by using the specified action descriptor and controller context.

System_CAPS_protmethodInvokeExceptionFilters(ControllerContext^, IList<IExceptionFilter^>^, Exception^)

Invokes the specified exception filters by using the specified exception and controller context.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: