@{
ViewBag.Title = "Recherche";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@using (Html.BeginForm("Index", "Recherche", FormMethod.Get, new { @class = "form-horizontal col-md-3 filet-right flex" }))
{
@Html.AntiForgeryToken()
}
@(new HtmlString(ViewData["xmlData"].ToString()))