AB#6233 - renamed extensions namespace to Umbraco.Extensions

This commit is contained in:
Bjarke Berg
2020-05-07 10:08:23 +02:00
parent fa3f52c6d3
commit e4dfdbb504
13 changed files with 14 additions and 13 deletions

View File

@@ -4,10 +4,10 @@ using System.Linq.Expressions;
using Microsoft.AspNetCore.Mvc;
using Umbraco.Core;
using Umbraco.Web.Common.Controllers;
using Umbraco.Web.Common.Extensions;
using Umbraco.Extensions;
using Umbraco.Web.WebApi;
namespace Umbraco.Web
namespace Umbraco.Extensions
{
public static class HttpUrlHelperExtensions
{