<%@ Page Title="Home" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master"%> <%= Html.Partial("TagPanel",ViewData["Accueil"]) %> <%= Html.Partial("TagPanel",ViewData["Actualités"]) %> <%= Html.Partial("TagPanel",ViewData["Artistes"]) %> <%= Html.Partial("TagPanel",ViewData["Mentions légales"]) %>
<%= Html.ActionLink("Les articles", "Index", "Blogs", null, new { @class="actionlink" }) %> <%= Html.ActionLink("Contact", "Contact", "Home", null, new { @class="actionlink" }) %> <%= Html.ActionLink("Credits", "Credits", "Home", null, new { @class="actionlink" }) %> <%= Html.ActionLink("Version des librairies", "AssemblyInfo", "Home", null, new { @class="actionlink" }) %>