Where is the extension <% = Html.RadioButtonList ()%> in the MVC beta?

Is there a reason why the main beta version of MVC does not have a radio list helper? There is a drop-down list, but no radioobuttonlist.

I know that I can easily create an extension method to do this, is that the main thing?

+3
source share
2 answers

you can download it in mvc futures on Codeplex. but I think he has errors.

+2
source

I think it was removed for the sake of simplification, instead you can just use the foreach loop.

+1
source

All Articles