Click or drag to resize

Input Constructor

Constructor.

Namespace:  NetQuarry.Html5
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Input(
	string inputType
)

Parameters

inputType
Type: SystemString
The value to use for the tag's TYPE attribute, e.g. "email".
See Also