IAsyncResourceFilter Interface

Definition

A filter that asynchronously surrounds execution of model binding, the action (and filters) and the action result (and filters).

public interface class IAsyncResourceFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAsyncResourceFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAsyncResourceFilter = interface
    interface IFilterMetadata
Public Interface IAsyncResourceFilter
Implements IFilterMetadata
Implements

Methods

OnResourceExecutionAsync(ResourceExecutingContext, ResourceExecutionDelegate)

Called asynchronously before the rest of the pipeline.

Applies to