Html.RadioButtonListASP.NET MVC Futures中有一个扩展方法。有没有人找到强类型版本的代码RadioButtonListFor<T>。它在视图中看起来像这样:
<%= Html.RadioButtonListFor(model=>model.Item,Model.ItemList) %>
相关分类