IAsyncActionFilter Interface

Syntax

public interface IAsyncActionFilter : IFilter

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.IAsyncActionFilter

Methods

OnActionExecutionAsync(Microsoft.AspNet.Mvc.ActionExecutingContext, Microsoft.AspNet.Mvc.ActionExecutionDelegate)
Arguments:
Return type:

System.Threading.Tasks.Task

Task OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)