IAsyncResourceFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |