FilterInfo.ResultFilters Property

Gets all the result filters in the application.

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

member ResultFilters : IList<IResultFilter>

Property Value

Type: System.Collections.Generic.IList(IResultFilter)
The result filters.
Show: