@model Structure_Info @{ ViewBag.Title = "结构信息 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { range = ViewBag.range, }; } @section CSS{ } @section JS { } @using (Html.BeginForm("StructureInfoEdit", "StructureInfo", FormMethod.Post, new { id = "structureInfoEditForm" })) {