MvcSimplePager 1.1.4

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

// Install MvcSimplePager as a Cake Tool
#tool nuget:?package=MvcSimplePager&version=1.1.4

Simple,lightweight,easy to expand pager for asp.net mvc,针对asp.net mvc设计的通用、扩展性良好的轻量级分页扩展

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 1,822 8/21/2017
2.0.0 1,482 6/26/2017
1.1.5.1 1,051 4/28/2017
1.1.4 1,265 1/4/2017
1.1.3 1,326 11/2/2016

代码优化,移除PagerModel中 GroupSize 不能大于10的限制