3 references to LastName
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (3)
640[InlineData(nameof(PersonWithBindExclusion.LastName))] 984var lastNameProperty = containerMetadata.Properties[nameof(model.LastName)]; 992Assert.Equal("Doe", model.LastName);