ControllerResultFilter Class

Summary

A filter implementation which delegates to the controller for result filter interfaces.

Syntax

public class ControllerResultFilter : IAsyncResultFilter, IOrderedFilter, IFilter

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.Filters.ControllerResultFilter

Properties

Order()
Return type:System.Int32
public int Order { get; set; }

Methods

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

System.Threading.Tasks.Task

public Task OnResultExecutionAsync(ResultExecutingContext context, ResultExecutionDelegate next)