Share via


AsyncControllerActionInvoker クラス

定義

非同期コントローラーのアクション メソッドを呼び出すクラスを表します。

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()

AsyncControllerActionInvoker クラスの新しいインスタンスを初期化します。

プロパティ

Binders

アクションに関連付けられたモデル バインダーを取得または設定します。

(継承元 ControllerActionInvoker)

メソッド

BeginInvokeAction(ControllerContext, String, AsyncCallback, Object)

指定したコントローラー コンテキスト、アクション名、コールバック メソッド、および状態を使用して、非同期のアクション メソッドを呼び出します。

BeginInvokeActionMethod(ControllerContext, ActionDescriptor, IDictionary<String,Object>, AsyncCallback, Object)

指定したコントローラー コンテキスト、アクション記述子、パラメーター、コールバック メソッド、および状態を使用して、非同期のアクション メソッドを呼び出します。

BeginInvokeActionMethodWithFilters(ControllerContext, IList<IActionFilter>, ActionDescriptor, IDictionary<String,Object>, AsyncCallback, Object)

指定したコントローラー コンテキスト、フィルター、アクション記述子、パラメーター、コールバック メソッド、および状態を使用して、非同期のアクション メソッドを呼び出します。

CreateActionResult(ControllerContext, ActionDescriptor, Object)

アクションの結果を作成します。

(継承元 ControllerActionInvoker)
EndInvokeAction(IAsyncResult)

アクションを取り消します。

EndInvokeActionMethod(IAsyncResult)

アクションを取り消します。

EndInvokeActionMethodWithFilters(IAsyncResult)

アクションを取り消します。

FindAction(ControllerContext, ControllerDescriptor, String)

アクション メソッドに関する情報を検索します。

(継承元 ControllerActionInvoker)
GetControllerDescriptor(ControllerContext)

コントローラー記述子を返します。

GetFilters(ControllerContext, ActionDescriptor)

アクション フィルターに関する情報を取得します。

(継承元 ControllerActionInvoker)
GetParameterValue(ControllerContext, ParameterDescriptor)

指定されたアクション メソッド パラメーターの値を取得します。

(継承元 ControllerActionInvoker)
GetParameterValues(ControllerContext, ActionDescriptor)

アクション メソッド パラメーターの値を取得します。

(継承元 ControllerActionInvoker)
InvokeAction(ControllerContext, String)

指定されたコントローラー コンテキストを使用して、指定されたアクションを呼び出します。

(継承元 ControllerActionInvoker)
InvokeActionMethod(ControllerContext, ActionDescriptor, IDictionary<String,Object>)

指定されたパラメーターおよびコントローラー コンテキストを使用して、指定されたアクション メソッドを呼び出します。

(継承元 ControllerActionInvoker)
InvokeActionMethodWithFilters(ControllerContext, IList<IActionFilter>, ActionDescriptor, IDictionary<String,Object>)

指定されたパラメーター、コントローラー コンテキスト、およびアクション フィルターを使用して、指定されたアクション メソッドを呼び出します。

(継承元 ControllerActionInvoker)
InvokeActionResult(ControllerContext, ActionResult)

指定されたコントローラー コンテキストを使用して、指定されたアクションの結果を呼び出します。

(継承元 ControllerActionInvoker)
InvokeActionResultWithFilters(ControllerContext, IList<IResultFilter>, ActionResult)

指定されたアクション フィルターおよびコントローラー コンテキストを使用して、指定されたアクションの結果を呼び出します。

(継承元 ControllerActionInvoker)
InvokeAuthenticationFilters(ControllerContext, IList<IAuthenticationFilter>, ActionDescriptor)

非同期コントローラーのアクション メソッドを呼び出すクラスを表します。

(継承元 ControllerActionInvoker)
InvokeAuthenticationFiltersChallenge(ControllerContext, IList<IAuthenticationFilter>, ActionDescriptor, ActionResult)

非同期コントローラーのアクション メソッドを呼び出すクラスを表します。

(継承元 ControllerActionInvoker)
InvokeAuthorizationFilters(ControllerContext, IList<IAuthorizationFilter>, ActionDescriptor)

指定されたアクション記述子およびコントローラー コンテキストを使用して、指定された承認フィルターを呼び出します。

(継承元 ControllerActionInvoker)
InvokeExceptionFilters(ControllerContext, IList<IExceptionFilter>, Exception)

指定された例外およびコントローラー コンテキストを使用して、指定された例外フィルターを呼び出します。

(継承元 ControllerActionInvoker)

適用対象