Skip to content

hieudole/PagedList.Core.Mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PagedList tag helper for ASP.NET Core

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •