@model CD67.FicheCollege.Entity.Territoire
@{
ViewBag.Title = "Modification";
Layout = "~/Views/Shared/_Layout.cshtml";
}
Modification
@using (Html.BeginForm())
{
@Html.AntiForgeryToken()
}
@Html.ActionLink("Retour à la liste", "Index")
@section Scripts {
@Scripts.Render("~/bundles/jqueryval")
}