Convertion of assigndomain2.aspx to angular (#2897)

This commit is contained in:
Matthew-Wise
2018-09-30 15:02:09 +01:00
committed by Sebastiaan Janssen
parent b1be86c9d6
commit a33ccd15c6
9 changed files with 307 additions and 141 deletions

View File

@@ -0,0 +1,11 @@
using System.Collections.Generic;
namespace Umbraco.Web.Models.ContentEditing
{
public class ContentDomainsAndCulture
{
public IEnumerable<DomainDisplay> Domains { get; set; }
public string Language { get; internal set; }
}
}