Click or drag to resize
ChatHelperRegisterChatSupportAJAXProxy Method
Registers AJAX proxy which can be used to call ChatSupportService.svc from javascript.

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

Parameters

page
Type: CMS.UIControlsAbstractCMSPage
AbstractCMSPage. Script tag will be inserted to ScriptManager on this page.
See Also