Added background automatic rebuilding at startup.
This commit is contained in:
parent
554d9c41ab
commit
6f63e7cb95
3 changed files with 34 additions and 0 deletions
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue