IAsyncActionFilter 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 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. |