IAsyncActionFilter インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデル バインドが完了した後、アクションの実行を非同期的に囲むフィルター。
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) |
モデル バインドが完了した後、アクションの前に非同期的に呼び出されます。 |