X.PagedList 1.22.5.150

dotnet add package X.PagedList --version 1.22.5.150
NuGet\Install-Package X.PagedList -Version 1.22.5.150
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="1.22.5.150" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add X.PagedList --version 1.22.5.150
#r "nuget: X.PagedList, 1.22.5.150"
#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.
// Install X.PagedList as a Cake Addin
#addin nuget:?package=X.PagedList&version=1.22.5.150

// Install X.PagedList as a Cake Tool
#tool nuget:?package=X.PagedList&version=1.22.5.150

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

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

Repository Stars
Deali-Axy/StarBlog
☀☀功能完整的博客系统。后端基于.Net6+AspNetCore框架,遵循RESTFul接口规范,前端基于Vue+ElementUI开发,搭配全套开发笔记文章,可作为 .Net Core 入门项目学习~
MrCMS/MrCMS
Mr CMS is an open source C# MVC CMS Framework
Version Downloads Last updated
1.22.5.150 2,713 12/6/2014
1.20.2.37 1,282 1/21/2014
1.20.2.35 54 1/18/2014
1.20.0.1 51 1/6/2014

Update to .NET 4.5