2 references to CollectionResult
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\CollectionModelBinder.cs (2)
298
return new
CollectionResult
(boundCollection);
397
return new
CollectionResult
(boundCollection)