Click or drag to resize
ScriptHelperGetScript Method
Encloses the specified script in an HTML script element.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetScript(
	string script
)

Parameters

script
Type: SystemString
Script block to enclose in a element

Return Value

Type: String
See Also