IClientScript Interface

Glimpse API

IClientScript Interface Glimpse API Documentation
IClientScript injects <script> tags into page responses.

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

Syntax

public interface IClientScript
public interface IClientScript
Remarks

There are three sub-types of IClientScript:
  1. IStaticClientScript
    IStaticClientScript's create <script> tag's with a src attribute pointing to a specific Uri.
  2. IDynamicClientScript
    IDynamicClientScript's create <script> tag's with a src attribute pointing to the Uri of a specific type of IResource.
See Also