IActionInvoker Interface

Definition

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

public interface IActionInvoker
type IActionInvoker = interface
Public Interface IActionInvoker
Derived

Methods

InvokeAction(ControllerContext, String)

Invokes the specified action by using the specified controller context.

Applies to