Click or drag to resize

JSHelperGenScriptRef Method

Generate the HTML for a .js script reference.

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

Parameters

src
Type: SystemString
The .js file to include.

Return Value

Type: String
The SCRIPT tag for the specified .js file.
See Also