Click or drag to resize

PFResourcesHtmlHelperGetCustomStyleResources Method

Gets the tag including custom styles. CustomStyles.less by default or if the site is not specified. This can be changed on the site settings page.

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 GetCustomStyleResources(
	PFSite site = null
)

Parameters

site (Optional)
Type: Packflow.CorePFSite

Return Value

Type: Html
See Also