ASP.NET MVC: Why can't I set ShowForEdit model metadata with an attribute?
- by UpTheCreek
Why can't I set ShowForEdit model metadata with an attribute?
It seems that the only attribute provided to alter this is [ScaffoldColumn], which sets both ShowForEdit and ShowForDisplay, which is not what I want to do. I want to be able to annotate the two separately from on my model.