ScriptHelperGetScript Method |
Encloses the specified script in an HTML script element.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string GetScript(
string script
)
Parameters
- script
- Type: SystemString
Script block to enclose in a element
Return Value
Type:
StringSee Also