asp.net-mvc-2 – 如何设置RadioButtonFor()在ASp.net MVC 2作为默认检查

前端之家收集整理的这篇文章主要介绍了asp.net-mvc-2 – 如何设置RadioButtonFor()在ASp.net MVC 2作为默认检查前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何将RadioButtonFor()设置为默认检查
<%=Html.RadioButtonFor(m => m.Gender,"Male")%>

有出路为(Html.RadioButton),但不是为(Html.RadioButtonFor)

有任何想法吗?

解决方法

This question on StackOverflow处理RadioButtonListFor和答案解决你的问题。您可以在RadioButtonListviewmodel中设置所选属性
原文链接:https://www.f2er.com/aspnet/254877.html

猜你在找的asp.Net相关文章