@model string @{ ViewBag.Title = "Zdjęcie do legitymacji"; }
@using (Html.BeginForm("Photo", "Home", FormMethod.Post, new { enctype = "multipart/form-data" })) { @Html.AntiForgeryToken()
@Html.ActionLink("Anuluj", "Index", "Home", new {@class = "form-cancel form-btn"})
} @section Scripts{ } @section DedicatedStyles { }