Click or drag to resize

BasicFormInputControls Property

Gets the HTML input controls contained within the form.

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

Property Value

Type: IEnumerableInputHtmlFormControl
See Also