We have an MVC4 ASP.Net site that we are trying to use reflection to loop through properties of a model, and display the names/values/and other information using Html helper
I believe that's not possible the way you want it. Try to use this instead :
@Html.ValidationSummary()