Click or drag to resize

InputRadioHtmlFormControl Constructor

Initializes a new instance of the InputRadioHtmlFormControl class.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public InputRadioHtmlFormControl(
	string html
)

Parameters

html
Type: SystemString
Contains the control HTML.
See Also