CSSHelperGetCSSFileLink Method (String) |
Returns the HTML link element that links to external stylesheet.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string GetCSSFileLink(
string url
)
Parameters
- url
- Type: SystemString
URL pointing to an external stylesheet
Return Value
Type:
StringHTML link to a stylesheet
See Also