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
)
Public Shared Function GenScriptRef (
src As String
) As String
Parameters
- src
- Type: SystemString
The .js file to include.
Return Value
Type:
StringThe SCRIPT tag for the specified .js file.
See Also