IWebSiteExtenderInjectContent Property |
Gets or sets a string that will be injected at the end of the HEAD tag for all of the pages in
InjectPages.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string InjectContent { get; set; }
Property InjectContent As String
Get
Set
property String^ InjectContent {
String^ get ();
void set (String^ value);
}
abstract InjectContent : string with get, set
Property Value
Type:
StringSee Also