Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- item
Type: System.Collections.Generic.KeyValuePair<String, ModelState>
The object to add to the model-state dictionary.
Implements
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | The model-state dictionary is read-only. |