MVC-databaskonstruktion

Log | Files | Refs | README

Index.cshtml (231B)


      1 @{
      2     ViewData["Title"] = "Home Page";
      3 }
      4 
      5 <div class="text-center">
      6     <h1 class="display-4">Welcome</h1>
      7     <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
      8 </div>