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