Info
Version: | 1.0.2 |
Author(s): | Md Ishtiaque Shahrier |
Last Update: | Wednesday, August 2, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ishahrier/ExicoAspMvcPaging |
NuGet Url: | https://www.nuget.org/packages/ExicoAspMvcPaging |
Install
Install-Package ExicoAspMvcPaging
dotnet add package ExicoAspMvcPaging
paket add ExicoAspMvcPaging
ExicoAspMvcPaging Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
In your view
@using ExicoAspMvcPaging
@Html.Raw(Html.RenderPaging(Model.PagingInfo.TotalItemCount, Model.PagingInfo.ItemsPerPage, new PagerOptions()
{
PageParam = "CurrentPage",
}));.