Click or drag to resize
CssLinkHelperIsCssLinkRegistered Method

Note: This API is now obsolete.

Gets if the CSS link is already registered.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public static bool IsCssLinkRegistered(
	string url
)

Parameters

url
Type: SystemString
URL of the CSS

Return Value

Type: Boolean
See Also