ReflectedActionDescriptor.GetFilterAttributes Method

Gets the filter attributes.

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

abstract GetFilterAttributes : 
        useCache:bool -> IEnumerable<FilterAttribute> 
override GetFilterAttributes : 
        useCache:bool -> IEnumerable<FilterAttribute> 

Parameters

useCache
Type: System.Boolean

true to use the cache, otherwise false.

Return Value

Type: System.Collections.Generic.IEnumerable(FilterAttribute)
The filter attributes.
Show: