Skip to content

Fork from X.PagedList without JetBrains Annotations

License

Notifications You must be signed in to change notification settings

Shiroechi/Z.PagedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Z.PagedList

What is this?

This is fork of X.PagedList. The main difference is that Z.PagedList not using JetBrains.Annotations.

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.

Install

Name Link
Z.PagedList Nuget
Z.PagedListt.Mvc.Core Nuget

License

Licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages