Click or drag to resize

BasicFormSelectControls Property

Gets the HTML select controls contained within the form.

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

Property Value

Type: IEnumerableSelectHtmlFormControl
See Also