ModelStateDictionary::Add Method

.NET Framework (current version)
 

Adds an item to the dictionary.

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

NameDescription
System_CAPS_pubmethodAdd(KeyValuePair<String^, ModelState^>)

Adds the specified item to the dictionary.

System_CAPS_pubmethodAdd(String^, ModelState^)

Adds an item that has the specified key and value to the dictionary.

Return to top
Show: