Display model warnings along with errors in ASP.NET MVC

Simon Farrow pointed out a good way to extend the MVC framework to handle warnings. My question is how to display warnings along with model error via ValidationSummary, but in a different color. You can control if you only display property level warnings in a summary close to a property or both by using ValidationSummary.

+3


source to share





All Articles