IAsyncResultFilter Interface

Syntax

public interface IAsyncResultFilter : IFilter

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.IAsyncResultFilter

Methods

OnResultExecutionAsync(Microsoft.AspNet.Mvc.ResultExecutingContext, Microsoft.AspNet.Mvc.ResultExecutionDelegate)
Arguments:
Return type:

System.Threading.Tasks.Task

Task OnResultExecutionAsync(ResultExecutingContext context, ResultExecutionDelegate next)