ValidationAttributeAdapter<TAttribute>.MergeAttribute Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge l'oggetto specificato key
e value
in attributes
se attributes
non contiene un valore per key
.
protected:
static bool MergeAttribute(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ attributes, System::String ^ key, System::String ^ value);
protected static bool MergeAttribute (System.Collections.Generic.IDictionary<string,string> attributes, string key, string value);
static member MergeAttribute : System.Collections.Generic.IDictionary<string, string> * string * string -> bool
Protected Shared Function MergeAttribute (attributes As IDictionary(Of String, String), key As String, value As String) As Boolean
Parametri
- attributes
- IDictionary<String,String>
Dizionario attributi HTML.
- key
- String
Chiave dell'attributo.
- value
- String
Valore dell'attributo.
Restituisce
true
se è stato aggiunto un attributo, in caso contrario false
.