![]() |
VOOZH | about |
dotnet add package Indrivo.Utilities.Pagination --version 1.0.8
NuGet\Install-Package Indrivo.Utilities.Pagination -Version 1.0.8
<PackageReference Include="Indrivo.Utilities.Pagination" Version="1.0.8" />
<PackageVersion Include="Indrivo.Utilities.Pagination" Version="1.0.8" />Directory.Packages.props
<PackageReference Include="Indrivo.Utilities.Pagination" />Project file
paket add Indrivo.Utilities.Pagination --version 1.0.8
#r "nuget: Indrivo.Utilities.Pagination, 1.0.8"
#:package Indrivo.Utilities.Pagination@1.0.8
#addin nuget:?package=Indrivo.Utilities.Pagination&version=1.0.8Install as a Cake Addin
#tool nuget:?package=Indrivo.Utilities.Pagination&version=1.0.8Install as a Cake Tool
The pagination component will allow reusing the functionality for searching and filtering on multiple tabular columns using EF Core.
The module is designed to make developers' life easy in terms of returning paginated results via handling advanced search and filtering requests on REST endpoints.
A reference web api is already set up in the current repository you can check that one for detailed implementation information. Below only a small set of nuances will be explained. Set up is pretty straightforward you will need to install the following packages inside your solution: <PackageReference Include="Indrivo.Utilities.Pagination" Version="1.0.0" />
In your startup file, use either IMcvBuilder's or IMvcCoreBuilder's extension like this:
builder.Services.AddControllers()
.AddPaginationBindings();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on Indrivo.Utilities.Pagination:
| Package | Downloads |
|---|---|
|
Indrivo.Audit.Accessor.Contracts
Package Description |
|
|
Indrivo.Notifications.Accessor
Package Description |
|
|
Indrivo.ComponentSettings.Utility
Package Description |
This package is not used by any popular GitHub repositories.
Add operator-aware column filtering (startsWith, endsWith, equals, notEquals, empty, notEmpty, greaterThan, lessThan, between, etc.)