FilterInfo.ResultFilters Property

Gets all the result filters in the application.

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

public IList<IResultFilter> ResultFilters { get; }

Property Value

Type: System.Collections.Generic.IList<IResultFilter>
The result filters.
Show: