IAsyncActionFilter Interface

Definition

A filter that asynchronously surrounds execution of the action, after model binding is complete.

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
Derived
Implements

Methods

OnActionExecutionAsync(ActionExecutingContext, ActionExecutionDelegate)

Called asynchronously before the action, after model binding is complete.

Applies to