Click or drag to resize

BasicFormRadioControls Property

Gets the HTML input radio controls contained within the form.

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

Property Value

Type: IEnumerableInputRadioHtmlFormControl
See Also