Order Property

Glimpse API

Client 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.ClientScript
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

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

Field Value

Any value from the ScriptOrder enumeration.

Implements

IClientScript Order
Remarks

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