Index.cshtml 261 B

123456789101112
  1. 
  2. @{
  3. ViewBag.Title = "Accueil";
  4. Layout = "~/Views/Shared/_AppLayout.cshtml";
  5. }
  6. <h2>Accueil</h2>
  7. <br />
  8. @Html.ActionLink("Gestion des Vikings", "index", "VIKINGS")
  9. <br /><br />
  10. @Html.ActionLink("Gestion des types de Vikings", "index", "TYPE_VIKING")