GlobalFilterCollection Methods
The GlobalFilterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(Object) | Adds the specified filter to the global filter collection. |
|
Add(Object, Int32) | Adds the specified filter to the global filter collection using the specified filter run order. |
|
Clear | Removes all filters from the global filter collection. |
|
Contains | Determines whether a filter is in the global filter collection. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator that iterates through the global filter collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | Removes all the filters that match the specified filter. |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IEnumerable::GetEnumerator | This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
|
IFilterProvider::GetFilters | This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. |
Show: