ModelStateDictionary.Add Method (KeyValuePair(Of String, ModelState))
.NET Framework (current version)
Adds the specified item to the dictionary.
Assembly: System.Web (in System.Web.dll)
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair(Of String, ModelState)
The item.
Implements
ICollection(Of T).Add(T)
.NET Framework
Available since 4.5
Available since 4.5
Show: