Files
mixtape/zero.Demo/Pages/Index.cshtml
T

12 lines
322 B
Plaintext

@page
@model IndexModel
@inject zero.Context.IZeroContext context
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<h1 class="display-4">Welcome to <u>@context.AppId</u></h1>
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>