Click or drag to resize

HtmlFormControlId Property

Gets the value of the control's id attribute.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public string Id { get; }

Property Value

Type: String
Remarks
If the control does not have an id attribute, null is returned.
See Also