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
)
Public Sub New (
inputType As String
)
Parameters
- inputType
- Type: SystemString
The value to use for the tag's TYPE attribute, e.g. "email".
See Also