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

@@ -1,8 +1,9 @@
using System;
using System.Threading;
namespace Umbraco.Web.Mvc
{
public static class ControllerExtensions
public static class ControllerExtensions
{
/// <summary>
/// Return the controller name from the controller type