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