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.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AtStart { get; set; }
Public Property AtStart As Boolean
Get
Set
public:
property bool AtStart {
bool get ();
void set (bool value);
}
member AtStart : bool with get, set
Property Value
Type:
BooleanRemarks
True injects the content directly after the open tag, false injects the content directly before the end tag.
See Also