public sealed class Pagination : BlazorBootstrapComponentBase| Pagination | Initializes a new instance of the Pagination class |
| 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. |
| 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)) |