9 instantiations of ValidationModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (9)
Rendering\HtmlHelperValidationSummaryTest.cs (9)
136
var model = new
ValidationModel
();
159
var model = new
ValidationModel
();
182
var model = new
ValidationModel
();
206
var model = new
ValidationModel
();
231
var model = new
ValidationModel
();
257
var model = new
ValidationModel
();
281
var model = new
ValidationModel
();
308
var model = new
ValidationModel
();
345
var model = new
ValidationModel
();
17 references to ValidationModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (17)
Rendering\HtmlHelperValidationSummaryTest.cs (17)
136
var
model = new ValidationModel();
159
var
model = new ValidationModel();
182
var
model = new ValidationModel();
206
var
model = new ValidationModel();
231
var
model = new ValidationModel();
257
var
model = new ValidationModel();
281
var
model = new ValidationModel();
308
var
model = new ValidationModel();
311
html.ViewData.ModelState.RemoveAll<
ValidationModel
>(m => m.Property2);
312
html.ViewData.ModelState.Remove<
ValidationModel
>(m => m.Property3);
313
html.ViewData.ModelState.Remove<
ValidationModel
>(m => m.Property3.OrderedProperty2);
345
var
model = new ValidationModel();
671
var metadata = provider.GetMetadataForProperty(typeof(
ValidationModel
), nameof(
ValidationModel
.Property3));
675
metadata = provider.GetMetadataForProperty(typeof(
ValidationModel
), nameof(
ValidationModel
.Property2));
680
metadata = provider.GetMetadataForType(typeof(
ValidationModel
));