Wsu.Asis.Pagination.Wds.Blazor
2.1.0.5
dotnet add package Wsu.Asis.Pagination.Wds.Blazor --version 2.1.0.5
NuGet\Install-Package Wsu.Asis.Pagination.Wds.Blazor -Version 2.1.0.5
<PackageReference Include="Wsu.Asis.Pagination.Wds.Blazor" Version="2.1.0.5" />
<PackageVersion Include="Wsu.Asis.Pagination.Wds.Blazor" Version="2.1.0.5" />
<PackageReference Include="Wsu.Asis.Pagination.Wds.Blazor" />
paket add Wsu.Asis.Pagination.Wds.Blazor --version 2.1.0.5
#r "nuget: Wsu.Asis.Pagination.Wds.Blazor, 2.1.0.5"
#:package Wsu.Asis.Pagination.Wds.Blazor@2.1.0.5
#addin nuget:?package=Wsu.Asis.Pagination.Wds.Blazor&version=2.1.0.5
#tool nuget:?package=Wsu.Asis.Pagination.Wds.Blazor&version=2.1.0.5
WSU ASIS Pagination for the WSU Web Design System
This package provides several Blazor components that take a PaginatedResults from the
Wsu.Asis.Pagination package and generates pagination components for the WSU Web Design System.
This package's major version matches the version of the WDS that it targets.
There are two components:
PaginationDetailsgenerates a header for a list of results and displays information in the formatResults A-B of Con the left andPage X of Yon the right. The styling for this is part of the ASIS custom styles rather than the core WSU WDS.<PaginationDetails Results="@this.Results" />Paginationwill generate a WSU WDS pagination component with links to each page. By default links will just go to#, but that can be customized withUrlGenerator. You can manually handle page changes without navigating to a new page by usingOnPageChanged.<Pagination Results="this.CurrentPageResults" PageContextSize="5" OnPageChanged="this.OnPageChanged" UrlGenerator="@(pageNumber => $"/MyPage/{pageNumber}")" />
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.13)
- Wsu.Asis.Pagination (>= 1.0.0.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.