HtmlOptionAttributes Property |
Gets the attributes of the option.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public ReadOnlyDictionary<string, string> Attributes { get; }
Public ReadOnly Property Attributes As ReadOnlyDictionary(Of String, String)
Get
public:
property ReadOnlyDictionary<String^, String^>^ Attributes {
ReadOnlyDictionary<String^, String^>^ get ();
}
member Attributes : ReadOnlyDictionary<string, string> with get
Property Value
Type:
ReadOnlyDictionaryString,
StringSee Also