IStaticClientScript Interface

Glimpse API

IStaticClientScript Interface Glimpse API Documentation
IStaticClientScript's are a special type of IClientScript that sets the <script> tag's src attribute to a given uri.

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

Syntax

public interface IStaticClientScript : IClientScript
public interface IStaticClientScript : IClientScript
Remarks

It is up to the implementer of IStaticClientScript to host a given resource.
See Also