ModelStateDictionary.Contains Method (KeyValuePair(Of String, ModelState))
.NET Framework (current version)
Determines whether the model-state dictionary contains a specific item.
Assembly: System.Web (in System.Web.dll)
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair(Of String, ModelState)
The item to locate in the model-state dictionary.
Implements
ICollection(Of T).Contains(T)
.NET Framework
Available since 4.5
Available since 4.5
Show: