MVC 4, Checkbox list and me

后端 未结 4 2151
青春惊慌失措
青春惊慌失措 2020-12-28 21:53

Morning all.

I can see this has been discussed elsewhere but was wondering if anything had change or things made simpler in MVC 4 for simpletons like me?!

4条回答
  •  庸人自扰
    2020-12-28 22:16

    No changes occurred in ASP.NET MVC 4 RC in this aspect and are unlikely to occur when it hits RTM.

    But you could still implement a custom helper to achieve that. And you could even improve this helper so that it takes a lambda expression as first argument instead of a string in order to have strongly typed version.

    And if you are not using enums here's another example.

提交回复
热议问题