Index.cshtml 224 B

123456789101112
  1. @{
  2. ViewBag.Title = "Index";
  3. Layout = "~/Views/Shared/_Layout.cshtml";
  4. }
  5. <h2>Plugin (GreenTree.Nachtragsmanagement.Plugin.Test) - Home</h2>
  6. @Html.Partial("~/Views/Shared/_HeaderNavBar.cshtml")
  7. <h5>
  8. Läuft
  9. </h5>