meta info

Paging TagHelper Basic Setup

By Ziya Mollamahmut

Default setup

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

Customized setup

PagingTagHelper can be customized using html or json attributes: PagingTagHelper - customization