ModelStateDictionary.Add Method (KeyValuePair(Of String, ModelState))

.NET Framework (current version)
 

Adds the specified item to the dictionary.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

Public Sub Add (
	item As KeyValuePair(Of String, ModelState)
)

Parameters

item
Type: System.Collections.Generic.KeyValuePair(Of String, ModelState)

The item.

.NET Framework
Available since 4.5
Return to top
Show: