GlimpseConfiguration ClientScripts Property | Glimpse API Documentation |
Gets or sets the client scripts collection.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public ICollection<IClientScript> ClientScripts { get; set; }
public ICollection<IClientScript> ClientScripts { get; set; }
Field Value
The client scripts.Implements
IGlimpseConfiguration ClientScriptsExceptions
Exception | Condition |
---|---|
System ArgumentNullException | An exception is thrown if the value is set to null. |
See Also