IActionInvoker Interface

 

Defines the contract for an action invoker, which is used to invoke an action in response to an HTTP request.

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

Public Interface IActionInvoker

NameDescription
System_CAPS_pubmethodInvokeAction(ControllerContext, String)

Invokes the specified action by using the specified controller context.

Return to top
Show: