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
'Declaration
Public Class FilterAttributeFilterProvider _
Implements IFilterProvider
'Usage
Dim instance As FilterAttributeFilterProvider
public class FilterAttributeFilterProvider : IFilterProvider
public ref class FilterAttributeFilterProvider : IFilterProvider
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. |
Top
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.) |
Top
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.