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