X.PagedList.Mvc.Core

ASP.NET Core extesnions for X.PagedList library


Keywords
asp-net-core, asp-net-core-mvc, asp-net-mvc, mvc, net-core, nuget, pagedlist, pager, pager-configurations, pagination, paginator
License
MIT
Install
Install-Package X.PagedList.Mvc.Core -Version 9.0.0-prerelease

Documentation

NuGet Version Twitter URL

X.PagedList

What is this?

This is fork of Troy's project PagedList. The main difference is that X.PagedList is a portable assembly. It means you can use it not only in Web projects but also in Winforms, WPF, Window Phone, Silverlight and other .NET projects.

PagedList is a library that 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

License

Licensed under the MIT License.

Get a digital subscription for project news

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