3 references to FirstName
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (3)
458[InlineData(nameof(PersonWithBindExclusion.FirstName))] 844var firstNameProperty = containerMetadata.Properties[nameof(model.FirstName)]; 855Assert.Equal("John", model.FirstName);