4 references to PersonWithNoProperties
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (4)
120
var bindingContext = CreateContext(GetMetadataForType(typeof(
PersonWithNoProperties
)));
136
var bindingContext = CreateContext(GetMetadataForType(typeof(
PersonWithNoProperties
)));
382
private IActionResult ActionWithNoSettablePropertiesParameter(
PersonWithNoProperties
parameter) => null;
418
Assert.IsType<
PersonWithNoProperties
>(bindingContext.Result.Model);