4 references to AddModelError
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
ModelStateDictionaryExtensionsTest.cs (4)
105
dictionary.
AddModelError
<TestModel>(model => model.Text, exception, metadata);
143
dictionary.
AddModelError
<TestModel>(model => model.Child.Text, exception, metadata);
181
dictionary.
AddModelError
<TestModel>(model => model.Child.Value, exception, metadata);
221
dictionary.
AddModelError
<TestModel>(model => variable, exception, metadata);