Rystem.RepositoryFramework.Web.Components
9.1.3
dotnet add package Rystem.RepositoryFramework.Web.Components --version 9.1.3
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 9.1.3
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="9.1.3" />
<PackageVersion Include="Rystem.RepositoryFramework.Web.Components" Version="9.1.3" />
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" />
paket add Rystem.RepositoryFramework.Web.Components --version 9.1.3
#r "nuget: Rystem.RepositoryFramework.Web.Components, 9.1.3"
#:package Rystem.RepositoryFramework.Web.Components@9.1.3
#addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.1.3
#tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.1.3
What is Rystem?
Add to service collection the UI service in your blazor DI
You have to add a service for UI
builder.Services
.AddRepositoryUI();
and add the endpoint for your repository
app
.AddDefaultRepositoryEndpoints();
Demand everything to the framework
In the Host.cshtml you have to add style, javascript files and the RepositoryApp.
<html>
<head>
<partial name="RepositoryStyle" />
</head>
<body>
<component type="typeof(RepositoryApp<App>)" render-mode="ServerPrerendered" />
<partial name="RepositoryScript" />
</body>
</html>
Instead of "App" class you can use every class in your DLL, but remember the class needs to be inside your blazor/razor application.
Demand everything to the framework with authentication
In the Host.cshtml you have to add style, javascript files and the RepositoryAuthenticatedApp.
<html>
<head>
<partial name="RepositoryStyle" />
</head>
<body>
<component type="typeof(RepositoryAuthenticatedApp<App>)" render-mode="ServerPrerendered" />
<partial name="RepositoryScript" />
</body>
</html>
Instead of "App" class you can use every class in your DLL, but remember the class needs to be inside your blazor/razor application.
Use razor component instead to build your mixed custom repository UI
In the Host.cshtml you have to add style, javascript files
<html>
<head>
<partial name="RepositoryStyle" />
</head>
<body>
<component type="typeof(App)" render-mode="ServerPrerendered" />
<partial name="RepositoryScript" />
</body>
</html>
In your app you can use
Component | Usage |
---|---|
RepositoryManager | A component to manage your repository in one page |
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
-
net9.0
- Microsoft.AspNetCore.Components.Web (>= 9.0.8)
- Radzen.Blazor (>= 7.3.2)
- Rystem.Extensions.Localization.Multiple (>= 7.0.0)
- Rystem.RepositoryFramework.Abstractions (>= 9.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
9.1.3 | 169 | 9/2/2025 |
9.1.2 | 611,058 | 5/29/2025 |
9.1.1 | 97,778 | 5/2/2025 |
9.0.32 | 186,643 | 4/15/2025 |
9.0.31 | 5,737 | 4/2/2025 |
9.0.30 | 88,757 | 3/26/2025 |
9.0.29 | 8,965 | 3/18/2025 |
9.0.28 | 200 | 3/17/2025 |
9.0.27 | 192 | 3/16/2025 |
9.0.26 | 206 | 3/13/2025 |
9.0.25 | 52,086 | 3/9/2025 |
9.0.21 | 276 | 3/6/2025 |
9.0.20 | 19,568 | 3/6/2025 |
9.0.19 | 267 | 3/6/2025 |
9.0.18 | 285 | 3/4/2025 |
9.0.17 | 158 | 3/1/2025 |
9.0.16 | 175 | 3/1/2025 |
9.0.15 | 75,505 | 2/22/2025 |
9.0.14 | 22,521 | 2/18/2025 |
9.0.13 | 165 | 2/9/2025 |
9.0.12 | 217,736 | 1/13/2025 |
9.0.11 | 23,974 | 1/9/2025 |
9.0.10 | 102 | 1/9/2025 |
9.0.9 | 4,009 | 1/7/2025 |
9.0.8 | 12,511 | 1/6/2025 |
9.0.7 | 150 | 1/6/2025 |
9.0.4 | 92,291 | 12/23/2024 |
9.0.3 | 157 | 12/22/2024 |
9.0.2 | 10,702 | 12/21/2024 |
9.0.1 | 1,201 | 12/21/2024 |
9.0.0 | 173,008 | 11/16/2024 |
9.0.0-rc.1 | 99 | 10/18/2024 |
6.2.0 | 219,023 | 10/9/2024 |
6.1.1 | 170 | 10/9/2024 |
6.1.0 | 48,047 | 9/29/2024 |
6.0.24 | 200 | 9/11/2024 |
6.0.23 | 186 | 7/18/2024 |
6.0.21 | 199 | 6/18/2024 |
6.0.20 | 189 | 6/16/2024 |
6.0.19 | 169 | 6/14/2024 |
6.0.18 | 169 | 6/14/2024 |
6.0.17 | 167 | 6/14/2024 |
6.0.16 | 163 | 6/10/2024 |
6.0.15 | 168 | 6/9/2024 |
6.0.14 | 177 | 5/24/2024 |
6.0.13 | 174 | 5/23/2024 |
6.0.12 | 152 | 5/23/2024 |
6.0.11 | 181 | 5/20/2024 |
6.0.9 | 193 | 5/20/2024 |
6.0.7 | 178 | 5/18/2024 |
6.0.6 | 162 | 5/10/2024 |
6.0.5 | 174 | 5/10/2024 |
6.0.4 | 199 | 4/3/2024 |
6.0.3 | 236 | 3/25/2024 |
6.0.2 | 234 | 3/11/2024 |
6.0.0 | 432 | 11/21/2023 |
6.0.0-rc.6 | 124 | 10/25/2023 |
6.0.0-rc.5 | 104 | 10/25/2023 |
6.0.0-rc.4 | 96 | 10/23/2023 |
6.0.0-rc.3 | 105 | 10/19/2023 |
6.0.0-rc.2 | 99 | 10/18/2023 |
6.0.0-rc.1 | 99 | 10/16/2023 |
5.0.20 | 376 | 9/25/2023 |
5.0.19 | 385 | 9/10/2023 |
5.0.18 | 400 | 9/6/2023 |
5.0.17 | 386 | 9/6/2023 |
5.0.16 | 394 | 9/5/2023 |
5.0.15 | 396 | 9/5/2023 |
5.0.14 | 366 | 9/5/2023 |
5.0.13 | 360 | 9/1/2023 |
5.0.12 | 424 | 8/31/2023 |
5.0.11 | 388 | 8/30/2023 |
5.0.10 | 425 | 8/29/2023 |
5.0.9 | 418 | 8/24/2023 |
5.0.8 | 411 | 8/24/2023 |
5.0.7 | 411 | 8/23/2023 |
5.0.6 | 433 | 8/21/2023 |
5.0.5 | 440 | 8/21/2023 |
5.0.4 | 449 | 8/16/2023 |
5.0.3 | 495 | 8/2/2023 |
5.0.2 | 521 | 8/2/2023 |
5.0.1 | 508 | 8/1/2023 |
5.0.0 | 527 | 7/31/2023 |
3.1.51 | 487 | 7/20/2023 |
3.1.50 | 495 | 7/16/2023 |
3.1.49 | 537 | 6/13/2023 |
3.1.48 | 532 | 6/13/2023 |
3.1.47 | 599 | 5/30/2023 |
3.1.46 | 570 | 5/20/2023 |
3.1.45 | 315,550 | 4/19/2023 |
3.1.44 | 95,305 | 3/20/2023 |
3.1.43 | 629 | 3/20/2023 |
3.1.42 | 623 | 3/16/2023 |
3.1.41 | 617 | 3/16/2023 |
3.1.40 | 574 | 3/15/2023 |
3.1.39 | 1,166 | 3/9/2023 |
3.1.38 | 624 | 3/7/2023 |
3.1.37 | 624 | 2/27/2023 |
3.1.36 | 649 | 2/14/2023 |
3.1.35 | 626 | 2/14/2023 |
3.1.34 | 620 | 2/10/2023 |
3.1.33 | 662 | 1/26/2023 |
3.1.32 | 672 | 1/26/2023 |
3.1.31 | 691 | 1/25/2023 |
3.1.30 | 645 | 1/25/2023 |
3.1.29 | 704 | 1/25/2023 |
3.1.28 | 668 | 1/23/2023 |
3.1.27 | 684 | 1/22/2023 |
3.1.26 | 661 | 1/20/2023 |
3.1.25 | 705 | 1/18/2023 |
3.1.24 | 698 | 1/18/2023 |
3.1.23 | 693 | 1/17/2023 |
3.1.22 | 717 | 1/11/2023 |
3.1.21 | 690 | 1/4/2023 |
3.1.20 | 691 | 1/1/2023 |
3.1.19 | 180 | 12/21/2022 |
3.1.18 | 180 | 12/21/2022 |
3.1.16 | 684 | 12/13/2022 |
3.1.12 | 643 | 12/12/2022 |
3.1.11 | 673 | 12/12/2022 |
3.1.10 | 689 | 12/12/2022 |
3.1.9 | 685 | 12/10/2022 |
3.1.8 | 676 | 12/7/2022 |
3.1.7 | 669 | 12/7/2022 |
3.1.6 | 645 | 12/7/2022 |
3.1.5 | 700 | 12/2/2022 |
3.1.4 | 692 | 12/1/2022 |
3.1.2 | 714 | 12/1/2022 |
3.1.1 | 684 | 12/1/2022 |
3.1.0 | 717 | 12/1/2022 |
3.0.32 | 735 | 12/1/2022 |
3.0.31 | 725 | 12/1/2022 |
3.0.30 | 721 | 12/1/2022 |
3.0.29 | 708 | 12/1/2022 |
3.0.28 | 728 | 12/1/2022 |
3.0.27 | 699 | 12/1/2022 |
3.0.25 | 680 | 11/29/2022 |
3.0.24 | 684 | 11/20/2022 |
3.0.20 | 685 | 12/1/2022 |