Click or drag to resize
IWebSiteExtender Properties

The IWebSiteExtender type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether the extensions are enabled or disabled.
Public propertyInjectContent
Gets or sets a string that will be injected at the end of the HEAD tag for all of the pages in InjectPages.
Public propertyInjectPages
Gets a collection of pages that InjectContent will be injected into. If this is empty then the content will be injected into all pages.
Public propertyPageHandlers
Gets a map of page handler methods keyed by the address that they will handle.
Public propertyPriority
Gets or sets the priority of your plugin relative to the standard Virtual Radar Server web site and other plugins.
Public propertyWebRootSubFolder
Gets or sets the folder under the plugin's installation folder that contains the files to add to the root of the web site.
Top
See Also