I personally use AddModelError("" - I donβt know where _FORM comes from? - and ValidationSummary() not black magic - instead I use my own helper, which, for example, includes specific (custom) exception messages in the output The helper is very easy to write β a simple foreach loop on ModelState β so you can think about writing your own, where you can show the form level, property level, or whatever you like.
queen3
source share