Click or drag to resize
ScriptHelperRegisterDialogScript Method
Registers the script for modal dialogs. Provides function modalDialog(url, name, width, height, otherParams, noWopener).

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static void RegisterDialogScript(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page to register
See Also