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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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