IActionInvoker 介面

定義

定義動作啟動程式的合約,用於叫用動作以回應 HTTP 要求。

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

方法

InvokeAction(ControllerContext, String)

使用指定的控制器內容,叫用指定的動作。

適用於