5 references to AddModelError
System.Web (5)
ModelBinding\ModelValidationNode.cs (2)
151
modelState.
AddModelError
(thisErrorKey, propertyResult.Message);
168
modelState.
AddModelError
(trueModelStateKey, validationResult.Message);
ModelBinding\MutableObjectModelBinder.cs (2)
100
modelState.
AddModelError
(validationNode.ModelStateKey, errorMessage);
201
bindingContext.ModelState.
AddModelError
(modelStateKey, validationResult.Message);
ModelBinding\TypeConverterModelBinder.cs (1)
27
bindingContext.ModelState.
AddModelError
(bindingContext.ModelName, errorString);