ReflectedAsyncActionDescriptor.GetFilterAttributes Method

Gets the filter attributes.

Namespace:  System.Web.Mvc.Async
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

Use cache flag.

Return Value

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