Align namespaces in Umbraco.Web.Common

This commit is contained in:
Mole
2021-02-10 11:42:04 +01:00
parent 428e80f515
commit 55aa2edb72
303 changed files with 464 additions and 649 deletions

View File

@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Routing;
namespace Umbraco.Web.Common.Routing
namespace Umbraco.Cms.Web.Common.Routing
{
/// <summary>
/// Used to create routes for a route area

View File

@@ -1,7 +1,7 @@
namespace Umbraco.Web.Common.Routing
namespace Umbraco.Cms.Web.Common.Routing
{
public interface IRoutableDocumentFilter
{
bool IsDocumentRequest(string absPath);
}
}
}

View File

@@ -1,6 +1,6 @@
using Umbraco.Cms.Core.Security;
namespace Umbraco.Web.Common.Routing
namespace Umbraco.Cms.Web.Common.Routing
{
public class PublicAccessChecker : IPublicAccessChecker
{

View File

@@ -11,7 +11,7 @@ using Umbraco.Cms.Core.Configuration.Models;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Extensions;
namespace Umbraco.Web.Common.Routing
namespace Umbraco.Cms.Web.Common.Routing
{
/// <summary>
/// Utility class used to check if the current request is for a front-end request

View File

@@ -1,11 +1,9 @@
using System;
using Microsoft.AspNetCore.Mvc.Controllers;
using Umbraco.Cms.Core.Routing;
using Umbraco.Extensions;
using Umbraco.Web.Common.Controllers;
using Umbraco.Web.Routing;
using Umbraco.Cms.Web.Common.Controllers;
namespace Umbraco.Web.Common.Routing
namespace Umbraco.Cms.Web.Common.Routing
{
/// <summary>
/// Represents the data required to route to a specific controller/action during an Umbraco request