FormContext.ReplaceValidationSummary Property
Determines whether client validation errors should be dynamically added to the validation summary.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property ReplaceValidationSummary As Boolean Get Set 'Usage Dim instance As FormContext Dim value As Boolean value = instance.ReplaceValidationSummary instance.ReplaceValidationSummary = value
Property Value
Type: System.Booleantrue if client validation errors should be added to the validation summary; otherwise, false.
Show: