In This Topic
Gets the HTML attributes.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public ReadOnly Property HtmlAttributes As System.Collections.Generic.IDictionary(Of String,String)
'Usage
Dim instance As Control
Dim value As System.Collections.Generic.IDictionary(Of String,String)
value = instance.HtmlAttributes
[C1Ignore()]
public System.Collections.Generic.IDictionary<string,string> HtmlAttributes {get;}
public read-only property HtmlAttributes: System.Collections.Generic.IDictionary;
C1IgnoreAttribute()
public function get HtmlAttributes : System.Collections.Generic.IDictionary
[C1Ignore()]
public: __property System.Collections.Generic.IDictionary<string*,string*>* get_HtmlAttributes();
[C1Ignore()]
public:
property System.Collections.Generic.IDictionary<String^,String^>^ HtmlAttributes {
System.Collections.Generic.IDictionary<String^,String^>^ get();
}
See Also