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