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
)
Public Shared Function GenScriptTag (
js As String
) As String
Parameters
- js
- Type: SystemString
The javascript code.
Return Value
Type:
StringThe SCRIPT tag for the specified code block.
See Also