Wsu.Asis.Pagination
1.0.0.7
dotnet add package Wsu.Asis.Pagination --version 1.0.0.7
NuGet\Install-Package Wsu.Asis.Pagination -Version 1.0.0.7
<PackageReference Include="Wsu.Asis.Pagination" Version="1.0.0.7" />
<PackageVersion Include="Wsu.Asis.Pagination" Version="1.0.0.7" />
<PackageReference Include="Wsu.Asis.Pagination" />
paket add Wsu.Asis.Pagination --version 1.0.0.7
#r "nuget: Wsu.Asis.Pagination, 1.0.0.7"
#:package Wsu.Asis.Pagination@1.0.0.7
#addin nuget:?package=Wsu.Asis.Pagination&version=1.0.0.7
#tool nuget:?package=Wsu.Asis.Pagination&version=1.0.0.7
WSU ASIS Pagination
This package contains tools for paginating lists of data and working with that paginated data. There are two core classes:
PaginationOptionshas properties that describe how a request should paginate data:PageNumberandResultsPerPage. Note thatPageNumberis one indexed.PaginatedResults<T>contains the results of executing the query. This uses the results for the current page and the count of the total results to provide information like the number of the last page.
There are also LiNQ extension methods to handle generating PaginatedResults:
query.ToPaginatedResults(paginationOptions).
There is also ToPaginatedResultsAsync available in the package
Wsu.Asis.Pagination.EntityFrameworkCore.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- System.Text.Json (>= 8.0.5)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Wsu.Asis.Pagination:
| Package | Downloads |
|---|---|
|
Wsu.Asis.Pagination.EntityFrameworkCore
Builds on the `Wsu.Asis.Pagination` to provide a `ToPaginatedResultsAsync` extension method for Entity Framework Core queries |
|
|
Wsu.Asis.Pagination.Wds
Tag helpers for automatically generating WSU Web Design System pagination components |
|
|
Wsu.Asis.Pagination.Wds.Blazor
Blazor components for automatically generating WSU Web Design System pagination components |
GitHub repositories
This package is not used by any popular GitHub repositories.