FormContext.ReplaceValidationSummary Property
Determines whether client validation errors should be dynamically added to the validation summary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.Booleantrue if client validation errors should be added to the validation summary; otherwise, false.
If this property is set to false, client validation will not add errors to the summary. However, the errors will be shown next to the input fields.
Show: