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)
Syntax
'Declaration
Public Interface IActionInvoker
public interface IActionInvoker
public interface class IActionInvoker
The IActionInvoker type exposes the following members.
Methods
Name | Description | |
---|---|---|
InvokeAction | Invokes the specified action by using the specified controller context. |
Top