Click or drag to resize
ScriptHelperAddScript Method
Adds a script to an existing script

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string AddScript(
	string script,
	string add
)

Parameters

script
Type: SystemString
Original script
add
Type: SystemString
Script to add

Return Value

Type: String
See Also