ValidationAttributeAdapter<TAttribute>.MergeAttribute Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje daną key
wartość i value
do attributes
elementu if attributes
nie zawiera wartości dla key
elementu .
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
Parametry
- attributes
- IDictionary<String,String>
Słownik atrybutów HTML.
- key
- String
Klucz atrybutu.
- value
- String
Wartość atrybutu.
Zwraca
true
jeśli atrybut został dodany, w przeciwnym razie false
.