CSSHelper GetCSSFileLink Method (String, String)Kentico 8.0 API Reference
Returns the HTML link element that links to external stylesheet.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

url
Type: OnlineSystem String
URL pointing to an external stylesheet
media
Type: OnlineSystem String
What device the linked document will be displayed on, or null

Return Value

Type: OnlineString
HTML link to a stylesheet
See Also