다음을 통해 공유


ClientModelValidationContext.Attributes 속성

정의

렌더링되는 HTML 태그의 특성 사전을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Attributes { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Attributes { get; }
member this.Attributes : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Attributes As IDictionary(Of String, String)

속성 값

적용 대상