Move extension methods in core project to Umbraco.Extensions

This commit is contained in:
Mole
2021-02-09 11:26:22 +01:00
parent 216fb87c79
commit dd488a15f4
528 changed files with 623 additions and 1196 deletions

View File

@@ -3,14 +3,13 @@ using System.Linq;
using Newtonsoft.Json.Linq;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Composing;
using Umbraco.Core;
using Umbraco.Core.PropertyEditors;
using Umbraco.Extensions;
using Umbraco.Web.PropertyEditors;
using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Web.Compose
{
/// <summary>
/// A component for NestedContent used to bind to events
/// </summary>