Click or drag to resize
CssLinkHelperGetCssFileLink Method (String)
Returns the HTML link element that links to external stylesheet.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static string GetCssFileLink(
	string url
)

Parameters

url
Type: SystemString
URL pointing to an external stylesheet

Return Value

Type: String
HTML link to a stylesheet
See Also