ModelBinderDictionary.Add 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.
Ajoute un nouvel élément au dictionnaire.
Surcharges
Add(KeyValuePair<Type,IModelBinder>) |
Ajoute l'élément spécifié au dictionnaire. |
Add(Type, IModelBinder) |
Ajoute l'élément spécifié au dictionnaire. |
Add(KeyValuePair<Type,IModelBinder>)
Ajoute l'élément spécifié au dictionnaire.
public:
virtual void Add(System::Collections::Generic::KeyValuePair<Type ^, System::Web::ModelBinding::IModelBinder ^> item);
public void Add (System.Collections.Generic.KeyValuePair<Type,System.Web.ModelBinding.IModelBinder> item);
abstract member Add : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<Type, System.Web.ModelBinding.IModelBinder> -> unit
Public Sub Add (item As KeyValuePair(Of Type, IModelBinder))
Paramètres
- item
- KeyValuePair<Type,IModelBinder>
Objet à ajouter au dictionnaire.
Implémente
S’applique à
Add(Type, IModelBinder)
Ajoute l'élément spécifié au dictionnaire.
public:
virtual void Add(Type ^ key, System::Web::ModelBinding::IModelBinder ^ value);
public void Add (Type key, System.Web.ModelBinding.IModelBinder value);
abstract member Add : Type * System.Web.ModelBinding.IModelBinder -> unit
override this.Add : Type * System.Web.ModelBinding.IModelBinder -> unit
Public Sub Add (key As Type, value As IModelBinder)
Paramètres
- key
- Type
Clé de l'élément à ajouter.
- value
- IModelBinder
Valeur de l'élément à ajouter.