HtmlContentInjectorContent Property |
Gets and sets a delegate that returns the content to inject into the HTML.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual Func<string> Content { get; set; }
Public Overridable Property Content As Func(Of String)
Get
Set
public:
virtual property Func<String^>^ Content {
Func<String^>^ get ();
void set (Func<String^>^ value);
}
abstract Content : Func<string> with get, set
override Content : Func<string> with get, set
Property Value
Type:
FuncStringRemarks
If this is missing or if the function returns a null or empty string then nothing is injected into the file.
See Also