Added initial MVC supporting files and updated some unit tests.

This commit is contained in:
shannon@ShandemVaio
2012-08-07 21:40:34 +06:00
parent d9eb8b426c
commit d92d309c61
22 changed files with 793 additions and 64 deletions

View File

@@ -26,9 +26,8 @@ namespace Umbraco.Web
public class UmbracoModule : IHttpModule
{
/// <summary>
/// Checks if the current request should process the request as a front-end umbraco request, if this is tru
/// it then creates the DocumentRequest object, finds the document, domain and culture and stores this back
/// to the UmbracoContext
/// Assogms a new DocumentRequest to the UmbracoContext and finds the document,
/// domain and culture associated with the current front-end request.
/// </summary>
/// <param name="httpContext"></param>
/// <param name="umbracoContext"> </param>