ViewDataDictionary.Contains Method
Visual Studio 2010
Determines whether the collection contains the specified item.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair<String, Object>
The object to locate in the collection.
Implements
ICollection<T>.Contains(T)Community Additions
ADD
Show: