FilterInfo.ActionFilters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the action filters in the application.
public System.Collections.Generic.IList<System.Web.Mvc.IActionFilter> ActionFilters { get; }
member this.ActionFilters : System.Collections.Generic.IList<System.Web.Mvc.IActionFilter>
Public ReadOnly Property ActionFilters As IList(Of IActionFilter)
Property Value
The action filters.