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