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)

在操作之前、模型绑定完成后异步调用。

适用于