Click or drag to resize

PFResourcesHtmlHelper Constructor

Initializes a new instance of the PFResourcesHtmlHelper class.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFResourcesHtmlHelper(
	PFTheme theme,
	string languageCode,
	string locale,
	Nullable<bool> debugMode = null
)

Parameters

theme
Type: Packflow.CorePFTheme
The used theme, the theme will impact the LESS/CSS outputs.
languageCode
Type: SystemString
The language code used for translations.
locale
Type: SystemString
The locale code (eg. en-gb) used for formatting.
debugMode (Optional)
Type: SystemNullableBoolean
True to reference not merged and not minified files.
See Also