ScriptHelperAddScript Method |
Adds a script to an existing script
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax public static string AddScript(
string script,
string add
)
Parameters
- script
- Type: SystemString
Original script - add
- Type: SystemString
Script to add
Return Value
Type:
StringSee Also