2 references to PersonWithAllPropertiesExcluded
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (2)
366
private IActionResult ActionWithAllPropertiesExcludedParameter(
PersonWithAllPropertiesExcluded
parameter) => null;
402
Assert.IsType<
PersonWithAllPropertiesExcluded
>(bindingContext.Result.Model);