ModelStateDictionary::Remove Method

.NET Framework (current version)
 

Removes an element from the dictionary.

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

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

Removes the first occurrence of the specified item from the model-state dictionary.

System_CAPS_pubmethodRemove(String^)

Removes the item that has the specified key from the dictionary.

Return to top
Show: