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