HtmlFormDefinitionId Property |
Gets the id attribute of the HTML form.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public string Id { get; }
Public ReadOnly Property Id As String
Get
public:
property String^ Id {
String^ get ();
}
member Id : string with get
Property Value
Type:
StringRemarks
If the HTML form does not have an id attribute, null is returned.
See Also