Order Property

Glimpse API

IClientScript Order Property Glimpse API Documentation
Gets the sorting order in which a <script> tag will be injected a page response, relative to other implementations of IClientScript.

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

Syntax

ScriptOrder Order { get; }
ScriptOrder Order { get; }

Field Value

Any value from the ScriptOrder enumeration.
Remarks

Multiple IClientScript's with the same ScriptOrder will be sorted in an indeterminate order.
See Also