Added background automatic rebuilding at startup.

This commit is contained in:
Matteo Tomasini 2010-04-09 14:28:14 +00:00
parent 554d9c41ab
commit 6f63e7cb95
3 changed files with 34 additions and 0 deletions

View file

@ -80,6 +80,7 @@ namespace ScrewTurn.Wiki.PluginFramework {
/// <summary>
/// Gets the current HTTP Context object.
/// </summary>
/// <remarks>The context might not be valid when doing an index rebuild (see <see cref="ForIndexing"/>).</remarks>
public HttpContext HttpContext {
get { return httpContext; }
}