Click or drag to resize
IWebSiteAddHtmlContentInjector Method
Adds an object that can cause content to be injected into HTML files served by the site.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddHtmlContentInjector(
	HtmlContentInjector contentInjector
)

Parameters

contentInjector
Type: VirtualRadar.Interface.WebSiteHtmlContentInjector
See Also