Compartilhar via


ValidationAttributeAdapter<TAttribute>.MergeAttribute Método

Definição

Adiciona o fornecido key e value ao attributes se attributes não contiver um valor para 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

Parâmetros

attributes
IDictionary<String,String>

O dicionário de atributos HTML.

key
String

A chave de atributo.

value
String

O valor do atributo.

Retornos

true se um atributo tiver sido adicionado, caso contrário false, .

Aplica-se a