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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.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