Click or drag to resize
CSSHelperIsCSSLinkRegistered Method
Gets if the CSS link is already registered.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsCSSLinkRegistered(
	string url
)

Parameters

url
Type: SystemString
URL of the CSS

Return Value

Type: Boolean
See Also