Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Adds the specified item to the model-state dictionary.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub Add ( _
item As KeyValuePair(Of String, ModelState) _
)
'Usage
Dim instance As ModelStateDictionary
Dim item As KeyValuePair(Of String, ModelState)
instance.Add(item)
public void Add(
KeyValuePair<string, ModelState> item
)
public:
virtual void Add(
KeyValuePair<String^, ModelState^> item
) sealed
abstract Add :
item:KeyValuePair<string, ModelState> -> unit
override Add :
item:KeyValuePair<string, ModelState> -> unit
public final function Add(
item : KeyValuePair<String, ModelState>
)
Parameters
- item
Type: System.Collections.Generic.KeyValuePair<String, ModelState>
The object to add to the model-state dictionary.