FilterInfo.ActionFilters Property

Gets all the action filters in the application.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public IList<IActionFilter> ActionFilters { get; }

Property Value

Type: System.Collections.Generic.IList<IActionFilter>
The action filters.
Show: