MvcPaging 2.1.13
.NET Framework 4.0
dotnet add package MvcPaging --version 2.1.13
NuGet\Install-Package MvcPaging -Version 2.1.13
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="MvcPaging" Version="2.1.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvcPaging --version 2.1.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MvcPaging, 2.1.13"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install MvcPaging as a Cake Addin
#addin nuget:?package=MvcPaging&version=2.1.13
// Install MvcPaging as a Cake Tool
#tool nuget:?package=MvcPaging&version=2.1.13
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A Paging library for ASP.NET MVC.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.Mvc (>= 4.0.30506)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MvcPaging:
Package | Downloads |
---|---|
MvcPaging.ObjectMapper
IObjectMapper implementation for MvcPaging's IPagedList and AutoMapper |
|
EnterpriseDAAB.Extensions
1.EnterpriseDAAB 擴充 |
|
Actya
Actya is a simple ASP.NET MVC CMS that can be added to an existing .NET application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.13 | 46,333 | 5/8/2019 |
2.1.12 | 18,773 | 11/13/2018 |
2.1.11 | 17,963 | 5/8/2018 |
2.1.10 | 4,398 | 3/11/2018 |
2.1.9 | 3,144 | 2/8/2018 |
2.1.8 | 40,354 | 6/25/2017 |
2.1.7 | 59,872 | 6/17/2016 |
2.1.6 | 4,845 | 5/27/2016 |
2.1.5 | 2,561 | 5/19/2016 |
2.1.4 | 20,736 | 1/15/2016 |
2.1.2 | 63,222 | 11/17/2014 |
2.1.1 | 26,479 | 7/29/2014 |
2.1.0 | 27,012 | 1/22/2014 |
2.0.6 | 2,781 | 12/12/2013 |
2.0.5 | 7,235 | 10/17/2013 |
2.0.4 | 16,521 | 5/20/2013 |
2.0.3 | 30,225 | 6/22/2012 |
2.0.2 | 4,879 | 4/27/2012 |
2.0.1 | 2,736 | 4/20/2012 |
1.0.3 | 2,997 | 3/22/2012 |
1.0.2 | 3,612 | 12/7/2011 |
1.0.1 | 2,630 | 8/17/2011 |
1.0.0 | 4,851 | 5/12/2011 |
2.1.13 (2019-05-08)
- Added possibility to specify a more specific DisplayTemplate,
see https://github.com/martijnboland/MvcPaging/pull/75.