Switch to MVC

This commit is contained in:
2021-12-30 22:23:05 -08:00
parent 74001ae291
commit 6a9623d336
21 changed files with 83 additions and 113 deletions

View File

@@ -0,0 +1,11 @@
@{
ViewData["Title"] = "Home Page";
}
<div class="text-center">
<h1 class="display-4">Welcome</h1>
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>
<div>Graph API result</div>
<div>@ViewData["GraphApiResult"]</div>