IActionInvoker 接口

定义

定义操作调用程序的协定,该调用程序用于调用一个操作以响应 HTTP 请求。

public interface IActionInvoker
type IActionInvoker = interface
Public Interface IActionInvoker
派生

方法

InvokeAction(ControllerContext, String)

使用指定的控制器上下文来调用指定操作。

适用于