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