/PagedList.Core.Mvc

PagedList tag helper for ASP.NET Core

Primary LanguageC#

PagedList.Core.Mvc

PagedList tag helper for ASP.NET Core

Installation

  1. Install PagedList.Core.Mvc package from Nuget.

  2. Edit _ViewImports.cshtml

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
+ @addTagHelper *, PagedList.Core.Mvc

Usage

<pager class="pager-container" list="@Model.SearchResult.SearchHits" options="@PagedListRenderOptions.Bootstrap4" asp-action="Index" asp-controller="Search" asp-route-query="@Model.SearchResult.SearchQuery" />

Sample

Sample