Click or drag to resize
CssRegistrationRegisterCssLink Method (Page, String)
Adds a link to the external CSS stylesheet to the page header. Supports asynchronous requests.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static bool RegisterCssLink(
	Page page,
	string url
)

Parameters

page
Type: System.Web.UIPage
The page that is registering the CSS link
url
Type: SystemString
URL of the external stylesheet

Return Value

Type: Boolean
See Also