| IWebSite Methods |
The IWebSite type exposes the following members.
| Name | Description | |
|---|---|---|
| AddHtmlContentInjector |
Adds an object that can cause content to be injected into HTML files served by the site.
| |
| AddSiteRoot |
Adds a folder from which files can be served by the site.
| |
| AttachSiteToServer |
Attaches the website to a server.
| |
| GetSiteRootFolders |
Returns a collection of all of the folders from which content will be served.
| |
| IsSiteRootActive |
Returns true if the site root is currently being used to serve files.
| |
| RemoveHtmlContentInjector |
Removes an HtmlContentInjector previously added by AddHtmlContentInjector(HtmlContentInjector).
| |
| RemoveSiteRoot |
Removes a site root that had been previously added to the site via AddSiteRoot(SiteRoot).
| |
| RequestContent |
Processes the request for content as if it had been a request received event raised by a web server.
| |
| RequestSimpleContent |
Processes the request for content indicated by the path from root and file passed across.
|