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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static void RegisterHiddenField(
	Page page,
	string name,
	string value
)

Parameters

page
Type: System.Web.UIPage
Page
name
Type: SystemString
Field name
value
Type: SystemString
Field value
See Also