ASP.NET MVC 表单提交多层子级实体集合数据到控制器中

时间:2020-07-30 10:53:29 来源:

【摘要】 ASP.NET MVC 表单提交多层子级实体集合数据到控制器中考必过小编为大家整理了关于ASP.NET MVC 表单提交多层子级实体集合数据到控制器中的信息,希望可以帮助到大家!

ASP.NET MVC 表单提交多层子级实体集合数据到控制器中

标签:rtu   合数   span   group   tde   set   get   list   htm   

 

导航属性 类型设置为ICollection 时

 public virtual ICollection<DepartmentDetail> DepartmentDetails { get; set; }

  @for (var i = 0; i < Model.DepartmentDetails.Count(); i++)
                    {
 
                <p class="form-group">
                    @Html.HiddenFor(model => model.DepartmentDetails.ToList()[i].Id)
                    @Html.HiddenFor(model => model.DepartmentDetails.ToList()[i].DepartmentId)
                    @Html.LabelFor(model => model.DepartmentDetails.ToList()[i].Population, htmlAttributes: new { @class = "control-label col-xs-2" })
                    <p class="col-xs-4">
                        @Html.EditorExtFor(model => model.DepartmentDetails.ToList()[i].Population, new { htmlAttributes = new { @class = "form-control" } })
                    </p>
                    @Html.LabelFor(model => model.DepartmentDetails.ToList()[i].BuildingsCount, htmlAttributes: new { @class = "control-label col-xs-2" })
                    <p class="col-xs-4">
                        @Html.EditorExtFor(model => model.DepartmentDetails.ToList()[i].BuildingsCount, new { htmlAttributes = new { @class = "form-control" } })
                    </p>
                </p>
}

后台将取不到

导航属性类型应设为IList

 <p class="form-group">
                            @Html.HiddenFor(model => model.DepartmentDetails[i].Id)
                            @Html.HiddenFor(model => model.DepartmentDetails[i].DepartmentId)
                            @Html.LabelFor(model => model.DepartmentDetails[i].Population, htmlAttributes: new { @class = "control-label col-xs-2" })
                            <p class="col-xs-4">
                                @Html.EditorFor(model => model.DepartmentDetails[i].Population, new { htmlAttributes = new { @class = "form-control" } })
                            </p>
                            @Html.LabelFor(model => model.DepartmentDetails[i].BuildingsCount, htmlAttributes: new { @class = "control-label col-xs-2" })
                            <p class="col-xs-4">
                                @Html.EditorFor(model => model.DepartmentDetails[i].BuildingsCount, new { htmlAttributes = new { @class = "form-control" } })
                            </p>
                        </p>

 

ASP.NET MVC 表单提交多层子级实体集合数据到控制器中

标签:rtu   合数   span   group   tde   set   get   list   htm   

以上就是ASP.NET MVC 表单提交多层子级实体集合数据到控制器中的内容,更多资讯请及时关注考必过网站,最新消息小编会第一时间发布,大家考试加油!

上一篇      下一篇
前端相关推荐 更多>>
ASP.Net Core 发布后,静态资源访问不了 asp.net core 3.1 自定义中间件实现jwt token认证 asp.net 高级应用 特性Attribute ( 声明,原理,扩展,AOP) Devexpress aspxgridview oncustomcallback 无刷新更新数据 Mataasploit 常见问题 device-aspect-ratio与aspect-ratio单屏布局 wsl 2 unbuntu 部署 asp.net core 使用 nginx 做 请描述ASPF原理和NAT ALG原理、区别和联系(HCIE-Securi
前端热点专题 更多>>
热点问答
国家公务员考试年龄限制是多少 公务员国考和省考考试内容有什么区别 函授大专学历能不能考公务员 国家公务员考试考点能自己选择吗 新闻学专业能报考2022年公务员考试吗 什么是联合培养研究生 什么是破格录取研究生 什么人不适合读研 研究生报名户口所在地填什么 研究生结业和毕业有什么区别
网站首页 网站地图 返回顶部
考必过移动版 https://m.kaobiguo.net