ReflectionIT.Mvc.Paging 2.2.0

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

// Install ReflectionIT.Mvc.Paging as a Cake Tool
#tool nuget:?package=ReflectionIT.Mvc.Paging&version=2.2.0                

ASP.NET Core 2.0 (MVC 6) Library to support Paging (including sorting and filtering) for Entity Framework Core 2.0 and IEnumerableOfT datasources

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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
8.0.0 23,720 12/6/2023
7.0.0 12,084 11/9/2022
6.0.1 38,254 11/24/2021
6.0.0 8,714 11/24/2021
5.1.1 25,437 11/30/2020
5.1.0 882 11/30/2020
5.0.2 803 11/27/2020
5.0.1 911 11/20/2020
5.0.0 1,350 11/20/2020
4.0.0 81,007 11/11/2019
3.5.0 32,568 7/5/2019
3.4.0 20,745 3/13/2019
3.3.1 1,872 3/13/2019
3.3.0 27,332 10/19/2018
3.2.0 1,418 10/19/2018
3.1.0 3,152 10/15/2018
3.0.1 1,889 10/1/2018
3.0.0 23,789 6/6/2018
2.4.0 18,296 11/28/2017
2.3.0 5,228 11/10/2017
2.2.0 2,715 10/27/2017
2.1.0 2,661 10/18/2017
2.0.2 1,568 10/2/2017
2.0.1 2,323 9/18/2017
2.0.0 3,409 8/21/2017
1.7.0 1,953 8/21/2017
1.6.0 4,902 3/27/2017
1.5.0 1,328 3/24/2017
1.4.1 1,429 3/23/2017
1.4.0 1,648 3/23/2017
1.3.0 1,457 3/23/2017
1.2.0 1,499 3/13/2017
1.1.0 1,765 12/9/2016
1.0.0 1,573 9/29/2016

Support for IEnumberable<T> datasources
- Added a PageParameterName to the PagingListOfT which defaults to 'page'