Click or drag to resize
ScriptHelperGetIncludeScript Method (String)
Builds an HTML script tag that can be used to include external script given its URL.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetIncludeScript(
	string url
)

Parameters

url
Type: SystemString
URL of the script file

Return Value

Type: String
Script tag that references external URL
See Also