How do I control the DisplayForModel method in ASP.NET MVC 2?
- by Zack Peterson
If I use DisplayForModel in a strongly-typed ASP.NET MVC 2 View with an EntityObject model, then unwanted field labels are displayed:
EntityState
Unchanged
EntityKey
How can I control the output to hide these?