Share via


ModelStateDictionary.Add Method (KeyValuePair<String, ModelState>)

Adds the specified item to the model-state dictionary.

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

Syntax

'Declaration
Public Sub Add ( _
    item As KeyValuePair(Of String, ModelState) _
)
public void Add(
    KeyValuePair<string, ModelState> item
)
public:
virtual void Add(
    KeyValuePair<String^, ModelState^> item
) sealed

Parameters

Implements

ICollection<T>.Add(T)

Exceptions

Exception Condition
NotSupportedException

The model-state dictionary is read-only.

See Also

Reference

ModelStateDictionary Class

Add Overload

System.Web.Mvc Namespace