Getting front end routing poc going

This commit is contained in:
Shannon
2020-12-08 16:33:50 +11:00
parent 7e4a6421d6
commit e3be4009c0
37 changed files with 543 additions and 315 deletions

View File

@@ -1,10 +0,0 @@
using Microsoft.AspNetCore.Mvc;
using Umbraco.Web.Mvc;
namespace Umbraco.Web.Common.Controllers
{
public abstract class RenderController : Controller, IRenderController
{
}
}