Click or drag to resize

BasicFormAllControls Property

Gets all HTML controls contained within the form.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public IEnumerable<HtmlFormControl> AllControls { get; }

Property Value

Type: IEnumerableHtmlFormControl
See Also