5 references to Text
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (5)
ModelStateDictionaryExtensionsTest.cs (5)
32dictionary.AddModelError<TestModel>(model => model.Child.Text, "Message"); 123dictionary.TryAddModelException<TestModel>(model => model.Child.Text, exception); 140var metadata = provider.GetMetadataForProperty(typeof(ChildModel), nameof(ChildModel.Text)); 143dictionary.AddModelError<TestModel>(model => model.Child.Text, exception, metadata); 253dictionary.Remove<TestModel>(model => model.Child.Text);