HiddenInput Constructor (String) |
Constructor with ID.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public HiddenInput(
string id
)
Public Sub New (
id As String
)
Parameters
- id
- Type: SystemString
The control's ID.
See Also