Click or drag to resize

PFResourcesHtmlHelperGetJavascriptTag Method

Gets the script tag referencing a JavaScript file.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html GetJavascriptTag(
	string jsRelativeFilePath,
	long version
)

Parameters

jsRelativeFilePath
Type: SystemString
version
Type: SystemInt64

Return Value

Type: Html
See Also