Click or drag to resize

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
)

Parameters

id
Type: SystemString
The control's ID.
text
Type: SystemString
The control's value.
See Also