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)

プロパティ値

適用対象