4 references to AddModelError
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
ModelStateDictionaryExtensionsTest.cs (4)
15
dictionary.
AddModelError
<TestModel>(model => model.Text, "Message");
32
dictionary.
AddModelError
<TestModel>(model => model.Child.Text, "Message");
49
dictionary.
AddModelError
<TestModel>(model => model.Child.Value, "Message");
67
dictionary.
AddModelError
<TestModel>(model => variable, "Message");