ControllerDescriptor.GetFilterAttributes Method
Gets the filter attributes.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public function GetFilterAttributes( useCache : boolean ) : IEnumerable<FilterAttribute>
Parameters
- useCache
- Type: System.Boolean
true if the cache should be used; otherwise, false.
Show: