Click or drag to resize
HtmlContentInjectorElement Property
Gets and sets the HTML element to inject the content into - e.g. HEAD, BODY, HTML etc. Case insensitive.

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

Property Value

Type: String
Remarks
If there are more than one of these elements in the HTML then only the first or last has the content injected into it, depending on whether AtStart is true or false. If the HTML does not contain this element then nothing is injected into the file.
See Also