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