Renormalize
This commit is contained in:
@@ -1,26 +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;
|
||||
// }
|
||||
//}
|
||||
}
|
||||
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;
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user