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)

属性值

适用于