Click or drag to resize

PFResourcesHtmlHelperSkipResourceTag Method

Calling this method (before the resources inclusions in the page) allows to skip (not include) a CSS/LESS/JS file later in the 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 void SkipResourceTag(
	string relativeFilePath
)

Parameters

relativeFilePath
Type: SystemString
See Also