Click or drag to resize

BasicFormCheckBoxControls Property

Gets the HTML input checkbox controls contained within the form.

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

Property Value

Type: IEnumerableInputCheckBoxHtmlFormControl
See Also