IActionInvoker 接口

定义

定义用于调用 MVC 操作的接口。

public interface class IActionInvoker
public interface IActionInvoker
type IActionInvoker = interface
Public Interface IActionInvoker

注解

IActionInvoker通过查询实例集IActionInvokerProvider,为 MVC 处理的每个请求创建 。 有关详细信息,请参阅IActionInvokerProvider

方法

InvokeAsync()

调用 MVC 操作。

适用于