GlobalFilterCollection.GetEnumerator Method ()
Returns an enumerator that iterates through the global filter collection.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Return Value
Type: System.Collections.Generic.IEnumerator<Filter>An enumerator that iterates through the global filter collection.
Implements
IEnumerable<T>.GetEnumerator()
Show: