PagedList.Core
1.17.4
Install-Package PagedList.Core -Version 1.17.4
dotnet add package PagedList.Core --version 1.17.4
<PackageReference Include="PagedList.Core" Version="1.17.4" />
paket add PagedList.Core --version 1.17.4
#r "nuget: PagedList.Core, 1.17.4"
// Install PagedList.Core as a Cake Addin
#addin nuget:?package=PagedList.Core&version=1.17.4
// Install PagedList.Core as a Cake Tool
#tool nuget:?package=PagedList.Core&version=1.17.4
PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, select only a subset of that list. PagedList also provides properties that are useful when building UI paging controls. (This is .NET Core version.)
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
This package has no dependencies.
NuGet packages (10)
Showing the top 5 NuGet packages that depend on PagedList.Core:
Package | Downloads |
---|---|
PagedList.Core.Mvc
A tag helper for generating pager control for use with PagedList.Core library. |
|
Linn.Common.Facade
Package Description |
|
jbDesign-Framework-Api
Library for implementing Web APIs using DDD entities |
|
IBS.Query
IBS.Framework.QueryService.Core.dll,IBS.Framework.Repository.Core.dll |
|
T.CoreService
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on PagedList.Core:
Repository | Stars |
---|---|
VirtoCommerce/vc-storefront
Virto Commerce Storefront - ASP.NET Core 6.0
|
Version | Downloads | Last updated |
---|---|---|
1.17.4 | 432,810 | 9/22/2016 |
First release