Migrates more logic from the umb module over to netcore

This commit is contained in:
Shannon
2020-05-14 22:50:27 +10:00
parent 88f6d09ef9
commit 3d9603e669
5 changed files with 121 additions and 123 deletions

View File

@@ -92,6 +92,10 @@ namespace Umbraco.Web.Common.Install
return View();
}
/// <summary>
/// Used to perform the redirect to the installer when the runtime level is <see cref="RuntimeLevel.Install"/> or <see cref="RuntimeLevel.Upgrade"/>
/// </summary>
/// <returns></returns>
[HttpGet]
public ActionResult Redirect()
{