GlobalFilterCollection Methods

Include Protected Members
Include Inherited Members

The GlobalFilterCollection type exposes the following members.

Methods

  Name Description
Public method Add(Object) Adds the specified filter to the global filter collection.
Public method Add(Object, Int32) Adds the specified filter to the global filter collection using the specified filter run order.
Public method Clear Removes all filters from the global filter collection.
Public method Contains Determines whether a filter is in the global filter collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the global filter collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes all the filters that match the specified filter.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.
Explicit interface implemetationPrivate method IFilterProvider.GetFilters This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.

Top

See Also

Reference

GlobalFilterCollection Class

System.Web.Mvc Namespace