IAsyncActionFilter インターフェイス

定義

モデル バインドが完了した後、アクションの実行を非同期的に囲むフィルター。

public interface class IAsyncActionFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAsyncActionFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAsyncActionFilter = interface
    interface IFilterMetadata
Public Interface IAsyncActionFilter
Implements IFilterMetadata
派生
実装

メソッド

OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)

モデル バインドが完了した後、アクションの前に非同期的に呼び出されます。

適用対象