Click or drag to resize
ChatHelperRegisterStylesheet Method (Page)
Registers CSS stylesheet. If page inherits CMSChatPage, CMSDesk stylesheet will be used instead of livesite stylesheet.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static void RegisterStylesheet(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page that the stylesheet will be registered to.
See Also