Moves the PreviewController to netcore, ports the UmbracoAuthorizeAttribute to netcore, routes the minimal back office controllers and dynamically routes based on runtime.

This commit is contained in:
Shannon
2020-05-13 16:09:54 +10:00
parent 4d6df1405f
commit 768d95588f
16 changed files with 278 additions and 69 deletions

View File

@@ -10,6 +10,7 @@ using Umbraco.Web.WebAssets;
namespace Umbraco.Web.BackOffice.Controllers
{
[Area(Umbraco.Core.Constants.Web.Mvc.BackOfficeArea)]
public class BackOfficeController : Controller
{