Click or drag to resize
ScriptHelperRequestScriptRegistration Method
Requests particular script registration. Returns true if the registration is allowed

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static bool RequestScriptRegistration(
	string key
)

Parameters

key
Type: SystemString
Script key to request

Return Value

Type: Boolean
See Also