ModelStateDictionary.SetModelValue(String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur du modèle d'état associé à la clé spécifiée.
public void SetModelValue (string key, object value);
member this.SetModelValue : string * obj -> unit
Public Sub SetModelValue (key As String, value As Object)
Paramètres
- key
- String
Clé pour laquelle définir la valeur.
- value
- Object
Valeur sur laquelle définir la clé.