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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void AddToRegisteredClientScripts(
	string key
)

Parameters

key
Type: SystemString
Key which identifies the script
See Also