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)

在動作完成之後,以非同步方式呼叫動作。

適用於