재우니의 블로그

MvcPager

3.0.1.1

 

 

MvcPager is a free and open source paging component for ASP.NET MVC, it expose a series of extension methods for using in ASP.NET MVC applications, the implementation was inspired by Scott Guthrie's PagedList<T> idea, it was first published in 2009 and had been steadily improved and updated since then. The latest version 3.0 is one the most powerful ASP.NET MVC paging controls.

 

 

Project home page:

English: http://en.webdiyer.com/mvcpager/

Chinese: http://www.webdiyer.com/mvcpager/

 

 

Online demos:

English: http://en.webdiyer.com/mvcpager/demos/

Chinese: http://www.webdiyer.com/mvcpager/demos/

 

 

Documentation:

English: http://en.webdiyer.com/mvcpager/docs/

Chinese: http://www.webdiyer.com/mvcpager/docs/

To install MvcPager, run the following command in the Package Manager Console

 

 

PM> Install-Package Webdiyer.MvcPager