MVC架构,radio/checkbox如何在Controller中根据数据库读取值去设置默认选中项(就比如edit页,发布的时候选择的是那项,edit页的时候radio/checkbox会默认选中发布时候选择的项)
controller 中设 model.Test = true
view 里: @Html.CheckBoxFor(model => model.Test)
数据库的值 是string类型的 怎么办
做一个ajax功能
有没有办法在控制器的时候绑定的时候设置