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