Click or drag to resize

InputHtmlFormControl Constructor

Initializes a new instance of the InputHtmlFormControl class.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public InputHtmlFormControl(
	InputHtmlFormControlType type,
	string name,
	string value
)

Parameters

type
Type: NScrape.FormsInputHtmlFormControlType
The control type to create.
name
Type: SystemString
The name of the control.
value
Type: SystemString
The control value.
See Also