Click or drag to resize
ScriptHelperRegisterHiddenField Method (Control, String, String)
Registers the hidden field to a page

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RegisterHiddenField(
	Control ctrl,
	string name,
	string value
)

Parameters

ctrl
Type: System.Web.UIControl
Control
name
Type: SystemString
Field name
value
Type: SystemString
Field value
See Also