GlobalFilterCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(Object)

Adds the specified filter to the global filter collection.

System_CAPS_pubmethodAdd(Object, Int32)

Adds the specified filter to the global filter collection using the specified filter run order.

System_CAPS_pubmethodClear()

Removes all filters from the global filter collection.

System_CAPS_pubmethodContains(Object)

Determines whether a filter is in the global filter collection.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that iterates through the global filter collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(Object)

Removes all the filters that match the specified filter.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAsSerializable(Of Filter)()

Convenience API to allow an IEnumerable{T} (such as returned by Linq2Sql) to be serialized by DataContractSerilizer.(Defined by IEnumerableExtensions.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable.GetEnumerator()

This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIFilterProvider.GetFilters(ControllerContext, ActionDescriptor)

This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.

Return to top
Show: