Click or drag to resize
HtmlContentInjectorAtStart Property
Gets and sets a value indicating whether the content should be injected at the start or end of an HTML element.

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

Property Value

Type: Boolean
Remarks
True injects the content directly after the open tag, false injects the content directly before the end tag.
See Also