Blazorise Pagination API
Explore the Blazorise Pagination API reference for parameters, events, methods, and related types.
For examples and usage guidance, see the Pagination documentation.
API
Parameters
Pagination
| Parameter | Description | Type | Default |
|---|---|---|---|
Alignment |
Specifies the pagination alignment. Possible values: |
Alignment | Alignment.Default |
AriaLabel |
Specifies the aria-label value for the pagination navigation. |
string | "Pagination" |
ChildContent |
Specifies the content to be rendered inside this Pagination. |
RenderFragment | null |
Size |
Specifies the pagination size. |
Size? | null |
PaginationItem
| Parameter | Description | Type | Default |
|---|---|---|---|
Active |
Indicate the currently active page. |
bool | false |
ChildContent |
Specifies the content to be rendered inside this PaginationItem. |
RenderFragment | null |
Disabled |
Used for links that appear un-clickable. |
bool | false |
PaginationLink
| Parameter | Description | Type | Default |
|---|---|---|---|
ChildContent |
Specifies the content to be rendered inside this PaginationLink. |
RenderFragment | null |
Page |
Specifies the page name. |
string |
Events
PaginationLink
| Event | Description | Type |
|---|---|---|
Clicked |
Notifies when the item link is clicked. |
EventCallback<string> |