Click or drag to resize
HTMLHelperGetCSSFileLink Method

Note: This API is now obsolete.

Returns the HTML code for the CSS style link.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use CSSHelper.GetCSSFileLink(string) instead")]
public static string GetCSSFileLink(
	string url
)

Parameters

url
Type: SystemString
CSS file URL

Return Value

Type: String
See Also