AsyncControllerActionInvoker 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示負責叫用非同步控制器之動作方法的類別。
public class AsyncControllerActionInvoker : System.Web.Mvc.ControllerActionInvoker, System.Web.Mvc.Async.IAsyncActionInvoker
type AsyncControllerActionInvoker = class
inherit ControllerActionInvoker
interface IAsyncActionInvoker
interface IActionInvoker
Public Class AsyncControllerActionInvoker
Inherits ControllerActionInvoker
Implements IAsyncActionInvoker
- 繼承
- 實作
建構函式
AsyncControllerActionInvoker() |
初始化 AsyncControllerActionInvoker 類別的新執行個體。 |
屬性
Binders |
取得或設定與動作相關聯的模型繫結器。 (繼承來源 ControllerActionInvoker) |