Anyone got any idea on how to specify text when using Html.LabelFor(c=>c.MyField). It\'s just MyField might not be an appropriate name to displ
Html.LabelFor(c=>c.MyField)
MyField
There is a new overload in MVC 3 so you should be able to specifiy custom test for the labelfor helper.