ScriptHelperAddScript Method |
Adds a script to an existing script
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
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