Update to latest examine (bug fixed), started Examine Management dashboard FF project.

This commit is contained in:
Shannon Deminick
2013-02-23 23:00:31 +06:00
parent 03aa7fd06b
commit 7deae8ea37
33 changed files with 408 additions and 39 deletions

View File

@@ -0,0 +1,26 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Routing;
namespace Umbraco.Web.Routing
{
//public class WebServicesRouteConstraint : IRouteConstraint
//{
// public bool Match(
// HttpContextBase httpContext,
// Route route,
// string parameterName,
// RouteValueDictionary values,
// RouteDirection routeDirection)
// {
// if (routeDirection == RouteDirection.UrlGeneration)
// {
// }
// return true;
// }
//}
}