Updated Web.UI project to support MVC and VS MVC dialogs.

Updated RenderViewPage to include UmbracoContext and DocumentRequest.
This commit is contained in:
shannon@ShandemVaio
2012-08-08 23:37:54 +06:00
parent 4111298b00
commit 626b9ceefa
11 changed files with 87 additions and 23 deletions

View File

@@ -10,7 +10,6 @@ using umbraco.businesslogic;
namespace Umbraco.Web
{
/// <summary>
/// A bootstrapper for the Umbraco application which initializes all objects including the Web portion of the application
/// </summary>