.NET Framework Class Library
FilterAttributeFilterProvider Class
Defines a filter provider for filter attributes.
Inheritance Hierarchy
System.Object
System.Web.Mvc.FilterAttributeFilterProvider
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
Visual Basic (Declaration)
Public Class FilterAttributeFilterProvider _ Implements IFilterProvider
Visual Basic (Usage)
Dim instance As FilterAttributeFilterProvider
C#
public class FilterAttributeFilterProvider : IFilterProvider
Visual C++
public ref class FilterAttributeFilterProvider : IFilterProvider
JScript
public class FilterAttributeFilterProvider implements IFilterProvider
The FilterAttributeFilterProvider type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
FilterAttributeFilterProvider() | Initializes a new instance of the FilterAttributeFilterProvider class. |
|
FilterAttributeFilterProvider(Boolean) | Initializes a new instance of the FilterAttributeFilterProvider class and optionally caches attribute instances. |
Methods
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetActionAttributes | Gets a collection of custom action attributes. |
|
GetControllerAttributes | Gets a collection of controller attributes. |
|
GetFilters | Aggregates the filters from all of the filter providers into one collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.See Also