Pagination Class

Use Blazor Bootstrap pagination component to indicate a series of related content exists across multiple pages.
For more information, visit the Bootstrap Pagination documentation.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class Pagination : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    Pagination

Constructors

PaginationInitializes a new instance of the Pagination class

Properties

ActivePageNumber Gets or sets the active page number.
Alignment Gets or sets the pagination alignment.
DisplayPages Gets or sets the maximum page links to be displayed.
PageChanged This event fires immediately when the page number is changed.
TotalPages Gets or sets the total pages.

Methods

SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView))

See Also