Click or drag to resize

HubClientBaseClientScript Property

Gets reference to SignalR hub client browser DOM functionality.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public Object ClientScript { get; }
View Source

Property Value

Object
Remarks
This property can be used to call registered Javascript hub functions.
See Also