Click or drag to resize
HtmlContentInjectorPriority Property
Gets or sets the order in which the injector will be called. Lower values have priority over higher values.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Priority { get; set; }

Property Value

Type: Int32
Remarks
The relative order of two injectors with the same priority is undefined.
See Also