HtmlFormAttributes Property |
Gets the attributes of the form.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected Dictionary<string, string> Attributes { get; }
Protected ReadOnly Property Attributes As Dictionary(Of String, String)
Get
protected:
property Dictionary<String^, String^>^ Attributes {
Dictionary<String^, String^>^ get ();
}
member Attributes : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also