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
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