IActionInvoker 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義用來叫用 MVC 動作的介面。
public interface class IActionInvoker
public interface IActionInvoker
type IActionInvoker = interface
Public Interface IActionInvoker
備註
IActionInvoker會查詢實例集 IActionInvokerProvider ,為每個要求建立 MVC 控制碼的 。 如需相關資訊,請參閱 IActionInvokerProvider 。
方法
InvokeAsync() |
叫用 MVC 動作。 |