Click or drag to resize

PFResourcesHtmlHelperGetAllCommonResources Method

Gets the tags including resources referenced in all Packflow pages. Includes resources : base, JQuery, gridviews, SignalR, Dropdowns, translations, controls, qtip, services.

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 GetAllCommonResources(
	PFSite site = null,
	bool loadFullKendo = true
)

Parameters

site (Optional)
Type: Packflow.CorePFSite
loadFullKendo (Optional)
Type: SystemBoolean

Return Value

Type: Html
See Also