Click or drag to resize

PFResourcesHtmlHelperGetJavascriptGlobals Method

Gets an HTML script tag that initializes the PFGlobals javascript object. This object provides various information to javascript code. E.g. the current locale, the current theme ...

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 GetJavascriptGlobals(
	PFSite site
)

Parameters

site
Type: Packflow.CorePFSite

Return Value

Type: Html
Html
See Also