Files
ASP.NET/content/01-Introductory-Sessions/Session01/Projects/RoutingBasics/Views/Home/Index.cshtml
T
2025-07-18 14:47:22 +03:30

9 lines
231 B
Plaintext

@{
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>