ControllerActionFilter Class

Summary

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

Syntax

public class ControllerActionFilter : IAsyncActionFilter, IOrderedFilter, IFilter

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.Filters.ControllerActionFilter

Properties

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

Methods

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

System.Threading.Tasks.Task

public Task OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)