meta info
- Title: Paging TagHelper Basic Setup
- Keywords: asp.net-core, taghelpers, paging, control, pagination, attributes
- Description: Basic setup of PagingTagHelper for Asp.Net Core.
- Author: Ziya Mollamahmut
- Date: 08-Aug-2020
- Image: https://github.com/LazZiya/Docs/raw/master/LazZiya.TagHelpers/v5.0/images/lazziya-tagheleprs-logo.png
- Image-alt: LazZiya.TagHelpers Logo
- Version: v5.0
Paging taghelper requires below parameters to render the paging control:
<paging page-no="Model.PageNo"
page-size="Model.PageSize"
total-records="Model.TotalRecords">
</paging>
Output:
PagingTagHelper can be customized using html
or json
attributes: