VOOZH about

URL: https://www.nuget.org/packages/X.PagedList/

⇱ NuGet Gallery | X.PagedList 10.5.9




👁 Image
X.PagedList 10.5.9

Prefix Reserved
dotnet add package X.PagedList --version 10.5.9
 
 
NuGet\Install-Package X.PagedList -Version 10.5.9
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="X.PagedList" Version="10.5.9" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="X.PagedList" Version="10.5.9" />
 
Directory.Packages.props
<PackageReference Include="X.PagedList" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add X.PagedList --version 10.5.9
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: X.PagedList, 10.5.9"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package X.PagedList@10.5.9
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=X.PagedList&version=10.5.9
 
Install as a Cake Addin
#tool nuget:?package=X.PagedList&version=10.5.9
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

X.PagedList

👁 NuGet Version
👁 Twitter URL

What is this?

This is a fork of Troy's project PagedList. The main difference is that X.PagedList is a library that supports the modern .NET platform — you can use it everywhere the .NET platform is supported.

This library enables you to easily take an IEnumerable/IQueryable, chop it up into "pages", and grab a specific "page" by an index. PagedList.Mvc allows you to take that "page" and display a pager control that has links like "Previous", "Next", etc.

How to use

You can find all information about how to use X.PagedList libraries in Wiki

Get a digital subscription for project news

Subscribe to my X to keep up-to-date with project news and receive announcements.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  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 is compatible.  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. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (58)

Showing the top 5 NuGet packages that depend on X.PagedList:

Package Downloads
X.PagedList.Mvc.Core

ASP.NET Core extensions for implementing paging in web applications.

X.PagedList.Mvc

Library for easily paging through any IEnumerable/IQueryable in ASP.NET MVC

Geta.NotFoundHandler

This library contains a custom NotFound handler for your ASP.NET Core project. It will replace the default NotFound handler with one that you can change, in order for it to handle more NotFound cases than the built-in handler. It also includes a custom redirects feature for editors to add redirects. The NotFound handler logs all 404 errors as suggestions and present them in a list in the custom redirect feature, which will allow editors to easily add redirects based on the logged suggestions.

Geta.NotFoundHandler.Admin

This library contains an Admin user interface for a NotFound handler for your ASP.NET Core or EPiServer project.

X.PagedList.EF

EF extensions for X.PagedList library

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on X.PagedList:

Repository Stars
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
MrCMS/MrCMS
Mr CMS is an open source C# MVC CMS Framework
carlreid/StreamMaster
A powerful M3U proxy and stream management platform for Plex DVR, Emby, Jellyfin Live TV (and more)
aehyok/.NET8.0
net8.0 efcore mysql redis rabbitmq 微服务
Version Downloads Last Updated
10.5.9 864,418 8/18/2025
10.5.7 932,090 10/25/2024
10.5.5 11,689 8/18/2025
10.5.5-beta 282 10/25/2024
10.5.4-beta 425 10/24/2024
10.5.3 72,386 10/13/2024
10.5.2-pre 306 10/13/2024
10.2.1 91,438 9/20/2024
10.0.3 516,845 7/13/2024
10.0.1-pre 322 7/12/2024
10.0.0-pre 369 7/10/2024
9.5.0-pre 238 7/10/2024
9.1.2 843,755 3/19/2024
9.0.0-prerelease 43,735 3/19/2023
8.4.7 1,494,393 3/12/2023
8.4.6 73,478 2/14/2023
8.4.5 83,704 2/14/2023
Loading failed