3 references to ListProperty
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
FormFileModelBindingIntegrationTest.cs (3)
497
Assert.NotNull(boundContainer.
ListProperty
);
498
var file = Assert.Single(boundContainer.
ListProperty
);
542
Assert.Null(boundContainer.
ListProperty
);