6 references to Value
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
ModelStateDictionaryExtensionsTest.cs (6)
49
dictionary.AddModelError<TestModel>(model => model.Child.
Value
, "Message");
161
dictionary.TryAddModelException<TestModel>(model => model.Child.
Value
, exception);
178
var metadata = provider.GetMetadataForProperty(typeof(ChildModel), nameof(ChildModel.
Value
));
181
dictionary.AddModelError<TestModel>(model => model.Child.
Value
, exception, metadata);
267
dictionary.Remove<TestModel>(model => model.Child.
Value
);
339
dictionary.RemoveAll<TestModel>(model => model.Child.
Value
);