@{ ViewBag.Title = "Recherche"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Recherche

@using (Html.BeginForm("Index", "Recherche", FormMethod.Get, new { @class = "form-horizontal col-md-3 filet-right flex" })) { @Html.AntiForgeryToken()
@Html.TextBox("Recherche", "", new { @class = "form-control auto", data_auto = "Recherche", placeholder = "rechercher un vikings...", @autofocus = true })
}
@(new HtmlString(ViewData["xmlData"].ToString()))