Click or drag to resize

PFResourcesHtmlHelperGetCssTag Method

Gets the link tag referencing a CSS file.

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 GetCssTag(
	string cssRelativeFilePath,
	long version
)

Parameters

cssRelativeFilePath
Type: SystemString
version
Type: SystemInt64

Return Value

Type: Html
See Also