6 references to Remove
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
ModelStateDictionaryExtensionsTest.cs (4)
239
dictionary.
Remove
<TestModel>(model => model.Text);
253
dictionary.
Remove
<TestModel>(model => model.Child.Text);
267
dictionary.
Remove
<TestModel>(model => model.Child.Value);
282
dictionary.
Remove
<TestModel>(model => variable);
Rendering\HtmlHelperValidationSummaryTest.cs (2)
312
html.ViewData.ModelState.
Remove
<ValidationModel>(m => m.Property3);
313
html.ViewData.ModelState.
Remove
<ValidationModel>(m => m.Property3.OrderedProperty2);