IWebSiteExtender Properties |
The IWebSiteExtender type exposes the following members.
Name | Description | |
---|---|---|
Enabled |
Gets or sets a value indicating whether the extensions are enabled or disabled.
| |
InjectContent |
Gets or sets a string that will be injected at the end of the HEAD tag for all of the pages in InjectPages.
| |
InjectPages |
Gets a collection of pages that InjectContent will be injected into. If this is empty then the content
will be injected into all pages.
| |
PageHandlers |
Gets a map of page handler methods keyed by the address that they will handle.
| |
Priority |
Gets or sets the priority of your plugin relative to the standard Virtual Radar Server
web site and other plugins.
| |
WebRootSubFolder |
Gets or sets the folder under the plugin's installation folder that contains the files to
add to the root of the web site.
|