Webdiyer.MvcPager 3.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Webdiyer.MvcPager --version 3.0.1
NuGet\Install-Package Webdiyer.MvcPager -Version 3.0.1
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="Webdiyer.MvcPager" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Webdiyer.MvcPager --version 3.0.1
#r "nuget: Webdiyer.MvcPager, 3.0.1"
#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 Webdiyer.MvcPager as a Cake Addin
#addin nuget:?package=Webdiyer.MvcPager&version=3.0.1

// Install Webdiyer.MvcPager as a Cake Tool
#tool nuget:?package=Webdiyer.MvcPager&version=3.0.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/

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Webdiyer.MvcPager:

Package Downloads
Kugar.Core.Web

Package description

O2O.Util

asp.net mvc ef

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1.1 80,856 8/9/2015
3.0.1 3,852 8/4/2015
3.0.0 2,986 6/10/2015

Fixed a bug where search button and previous page index button is not responding when in Ajax search mode;