Click or drag to resize
HtmlContentInjectorContent Property
Gets and sets a delegate that returns the content to inject into the HTML.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual Func<string> Content { get; set; }

Property Value

Type: FuncString
Remarks
If this is missing or if the function returns a null or empty string then nothing is injected into the file.
See Also