This topic has not yet been rated - Rate this topic

GlobalFilterCollection.Contains Method

Determines whether a filter is in the global filter collection.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public bool Contains(
	Object filter
)

Parameters

filter
Type: System.Object

The filter.

Return Value

Type: System.Boolean
true if filter is found in the global filter collection; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.