ViewDataDictionary::Contains Method (KeyValuePair<String^, Object^>)
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)
Show: