다음을 통해 공유


ValidationAttributeAdapter<TAttribute>.MergeAttribute 메서드

정의

에 대한 값이 없으면 attributes 지정된 keyvalue 을 에 attributes 추가합니다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

매개 변수

attributes
IDictionary<String,String>

HTML 특성 사전입니다.

key
String

특성 키입니다.

value
String

특성 값입니다.

반환

true 특성이 추가되었으면 이고, 그렇지 않으면 false입니다.

적용 대상