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

Namespace: CMS.Chat.Web.UI
Assembly: CMS.Chat.Web.UI (in CMS.Chat.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected virtual void RegisterChatSupportAJAXProxyInternal(
	AbstractCMSPage page
)

Parameters

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