ClientScripts Property

Glimpse API

IGlimpseConfiguration ClientScripts Property Glimpse API Documentation
Gets the client scripts.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

ICollection<IClientScript> ClientScripts { get; }
ICollection<IClientScript> ClientScripts { get; }

Field Value

The client scripts.
See Also