ControllerActionInvoker Methods

Include Protected Members
Include Inherited Members

The ControllerActionInvoker type exposes the following members.

Methods

  Name Description
Protected method CreateActionResult Creates the action result.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method FindAction Finds the information about the action method.
Protected method GetControllerDescriptor Retrieves information about the controller by using the specified controller context.
Protected method GetFilters Retrieves information about the action filters.
Public method GetHashCode (Inherited from Object.)
Protected method GetParameterValue Gets the value of the specified action-method parameter.
Protected method GetParameterValues Gets the values of the action-method parameters.
Public method GetType (Inherited from Object.)
Public method InvokeAction Invokes the specified action by using the specified controller context.
Protected method InvokeActionMethod Invokes the specified action method by using the specified parameters and the controller context.
Protected method InvokeActionMethodWithFilters Invokes the specified action method by using the specified parameters, controller context, and action filters.
Protected method InvokeActionResult Invokes the specified action result by using the specified controller context.
Protected method InvokeActionResultWithFilters Invokes the specified action result by using the specified action filters and the controller context.
Protected method InvokeAuthorizationFilters Invokes the specified authorization filters by using the specified action descriptor and controller context.
Protected method InvokeExceptionFilters Invokes the specified exception filters by using the specified exception and controller context.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ControllerActionInvoker Class

System.Web.Mvc Namespace