Click or drag to resize
IWebSiteHtmlLoadedFromFile Event
Raised when an HTML file is loaded from a disk-bound file. Listeners can modify the HTML before it is sent to the browser.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<TextContentEventArgs> HtmlLoadedFromFile

Value

Type: SystemEventHandlerTextContentEventArgs
See Also