HtmlFormControls Property |
Gets the controls contained within the HTML form.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected List<HtmlFormControl> Controls { get; }
Protected ReadOnly Property Controls As List(Of HtmlFormControl)
Get
protected:
property List<HtmlFormControl^>^ Controls {
List<HtmlFormControl^>^ get ();
}
member Controls : List<HtmlFormControl> with get
Property Value
Type:
ListHtmlFormControlSee Also