@model CorrelationTable @{ ViewBag.Title = "相关性数据表 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { isNew = Model.id == 0 }; } @section CSS{ } @section JS{ } @using (Html.BeginForm("correlationEdit", "correlation", FormMethod.Post, new { id = "correlationEditForm" })) {