pager style for bootstrap 4
Current PagedList.Mvc Pager style is for Bootstrap 3, at Bootstrap 4, the pager style have a little change, this help easy transform to bootstrap 4 style
First install nuget package:
Install-Package X.PagedList.Mvc.Bootstrap4
Then at cshtml pager:
@Html.PagedListPager((IPagedList)Model, page => Url.Action("Index", new { page }), Bootstrap4PagedListRenderOptions.ClassicPlusFirstAndLast)
Then it's done.
You can also custom your own setting base on Bootstrap4PagedListRenderOptions
Please see: HomeController.Cutsom
- Minimal
- PageNumbersOnly
- Classic
- Default
- ClassicPlusFirstAndLast