Paging Problem X.PagedList

1

I'm trying to implement the X.PagedList paging, but in that line:

@Html.PagedListPager(Model, pagina => Url.Action(
    "Index", new { pagina, search = ViewBag.Busca }))

I'm getting the following message:

  

'IHtmlHelper

asked by anonymous 21.09.2018 / 19:32

0 answers