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