Click or drag to resize

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; }

Property Value

Type: ListHtmlFormControl
See Also