6 references to Text
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
ModelStateDictionaryExtensionsTest.cs (6)
15dictionary.AddModelError<TestModel>(model => model.Text, "Message"); 85dictionary.TryAddModelException<TestModel>(model => model.Text, exception); 102var metadata = provider.GetMetadataForProperty(typeof(TestModel), nameof(TestModel.Text)); 105dictionary.AddModelError<TestModel>(model => model.Text, exception, metadata); 239dictionary.Remove<TestModel>(model => model.Text); 300dictionary.RemoveAll<TestModel>(model => model.Text);