Explain me what is Validation Summary in MVC?

Submitted by: Muhammad
The ValidationSummary helper method generates an unordered list (ul element) of validation messages that are in the ModelStateDictionary object.

The ValidationSummary can be used to display all the error messages for all the fields. It can also be used to display custom error messages. The following figure shows how ValidationSummary displays the error messages.
Submitted by: Muhammad

Read Online MVC Developer Job Interview Questions And Answers