Info
| Version: | 1.0.0 |
| Author(s): | Max Strålin |
| Last Update: | Monday, September 28, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/maxstralin/SimplePaginator.MongoDb |
| NuGet Url: | https://www.nuget.org/packages/SimplePaginator.MongoDb |
Install
Install-Package SimplePaginator.MongoDb
dotnet add package SimplePaginator.MongoDb
paket add SimplePaginator.MongoDb
SimplePaginator.MongoDb Download (Unzip the "nupkg" after downloading)
Dependencies
- MongoDB.Driver(>= 2.11.2)
- SimplePaginator(>= 1.0.0)
Main difference is that there's a default count implemented for PaginateAsync(page, pageSize) through the MongoDb driver's CountAsync()
Extension of SimplePaginator.