PagedList.Core.Mvc PagedListPager Html extension in .Net Core is not there
It seems like the PagedList.Core does not contain the extension method for Html helper, so I cannot use the code below: @Html.PagedListPager(Model, page => Url.Action("Index", new { page }), PagedListRenderOptions.MinimalWithItemCountText) I was able to successfully implement the paging in previous version of MVC, but it does not work in ASP.Net Core. Below I have attached IL Dasm reference. Am I missing something, or is there any other way to implement that? PagedList.Mvc: PagedList.Core.Mvc: I should follow the Instructions of the new version, it is a little different from previous version.