Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

Pagination / First Page

Pagination on first page with Previous button disabled

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/Pagination/Pagination.cshtml", new PaginationProps
{
"CurrentPage": 1,
"TotalPages": 4,
"PageIndexes": [
1,
2,
0,
4
],
"PreviousPageUrl": "?page=1",
"NextPageUrl": "?page=2",
"IsFirstPage": true,
"IsLastPage": false,
"AriaLabel": "Pagination",
"BaseUrl": "",
"QueryString": "",
"PageUrls": null
})
♿ Accessibility