@using Resources @model Qcarbon.ViewModels.DTO.RiskMaterialViewModel @{ ViewBag.Title = "Index"; Layout = "~/Areas/Lca/Views/Shared/_LcaRiskLayout.cshtml"; } @* the detail modal form *@ @using (Html.BeginForm()) { @Html.AntiForgeryToken() @Html.HiddenFor(x => x.cmd, new { @id = "cmd" }) @Html.HiddenFor(x => x.singleRec.LCAID)