an AspNetCore TagHelper for pagination
$ dotnet add package cloudscribe.Web.PaginationAn ASP.NET Core TagHelper for pagination. Provides flexible, customizable, and Bootstrap-compatible pagination controls for web applications.
dotnet add package cloudscribe.Web.Pagination
_ViewImports.cshtml:
@addTagHelper *, cloudscribe.Web.Pagination
<cs-pager> TagHelper in your Razor views:
<cs-pager ... />
For full documentation and advanced usage, see the GitHub repo.
Licensed under the Apache-2.0 License.