Click or drag to resize

JSHelperGenScriptTag Method

Generate the HTML for a block of javascript code.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string GenScriptTag(
	string js
)

Parameters

js
Type: SystemString
The javascript code.

Return Value

Type: String
The SCRIPT tag for the specified code block.
See Also