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