Click or drag to resize
IWebSite Methods

The IWebSite type exposes the following members.

Methods
  NameDescription
Public methodAddHtmlContentInjector
Adds an object that can cause content to be injected into HTML files served by the site.
Public methodAddSiteRoot
Adds a folder from which files can be served by the site.
Public methodAttachSiteToServer
Attaches the website to a server.
Public methodGetSiteRootFolders
Returns a collection of all of the folders from which content will be served.
Public methodIsSiteRootActive
Returns true if the site root is currently being used to serve files.
Public methodRemoveHtmlContentInjector
Removes an HtmlContentInjector previously added by AddHtmlContentInjector(HtmlContentInjector).
Public methodRemoveSiteRoot
Removes a site root that had been previously added to the site via AddSiteRoot(SiteRoot).
Public methodRequestContent
Processes the request for content as if it had been a request received event raised by a web server.
Public methodRequestSimpleContent
Processes the request for content indicated by the path from root and file passed across.
Top
See Also