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 TypeDefault
Alignment

Specifies the pagination alignment.

Possible values:Default, Start, Center, End

AlignmentAlignment.Default
AriaLabel

Specifies the aria-label value for the pagination navigation.

string"Pagination"
ChildContent

Specifies the content to be rendered inside this Pagination.

RenderFragmentnull
Size

Specifies the pagination size.

Size?null

PaginationItem

Parameter Description TypeDefault
Active

Indicate the currently active page.

boolfalse
ChildContent

Specifies the content to be rendered inside this PaginationItem.

RenderFragmentnull
Disabled

Used for links that appear un-clickable.

boolfalse

PaginationLink

Parameter Description TypeDefault
ChildContent

Specifies the content to be rendered inside this PaginationLink.

RenderFragmentnull
Page

Specifies the page name.

string

Events

PaginationLink

Event Description Type
Clicked

Notifies when the item link is clicked.

EventCallback<string>
On this page