ActionDescriptor::GetFilterAttributes Method

Gets the filter attributes.

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

public:
virtual IEnumerable<FilterAttribute^>^ GetFilterAttributes(
	bool useCache
)

Parameters

useCache
Type: System::Boolean

true to use the cache, otherwise false.

Return Value

Type: System.Collections.Generic::IEnumerable<FilterAttribute>
The filter attributes.
Show: