@{ Layout = "~/Views/Shared/_FunctionLayout.cshtml"; } @model IEnumerable @using (Html.BeginForm("ExportPartialLogs", "Misc", FormMethod.Post, new { id = "logExportForm" })) { @Html.Hidden("Format") } @Html.Partial("~/Views/Misc/_LogGridPartial.cshtml", Model)