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