Click or drag to resize
CssLinkHelperSetCssLinkRegistered Method

Note: This API is now obsolete.

Sets the CSS link as 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 void SetCssLinkRegistered(
	string url
)

Parameters

url
Type: SystemString
URL of the CSS
See Also