Click or drag to resize
ScriptHelperAddToRegisteredStartupScripts Method
Adds key identifying script to collection of registered startup scripts.

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 AddToRegisteredStartupScripts(
	string key
)

Parameters

key
Type: SystemString
Key which identifies the script
See Also