ReflectedAsyncControllerDescriptor.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
true to use the cache, otherwise false.
Show: