Rystem.RepositoryFramework.Web.Components
9.0.16
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Web.Components --version 9.0.16
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 9.0.16
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="9.0.16" />
<PackageVersion Include="Rystem.RepositoryFramework.Web.Components" Version="9.0.16" />
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" />
paket add Rystem.RepositoryFramework.Web.Components --version 9.0.16
#r "nuget: Rystem.RepositoryFramework.Web.Components, 9.0.16"
#addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.0.16
#tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.0.16
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.2)
- Radzen.Blazor (>= 6.1.4)
- Rystem.Extensions.Localization.Multiple (>= 7.0.0)
- Rystem.RepositoryFramework.Abstractions (>= 9.0.16)
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.2 | 189,712 | 5/29/2025 |
9.1.1 | 97,734 | 5/2/2025 |
9.0.32 | 186,606 | 4/15/2025 |
9.0.31 | 5,692 | 4/2/2025 |
9.0.30 | 88,712 | 3/26/2025 |
9.0.29 | 8,922 | 3/18/2025 |
9.0.28 | 156 | 3/17/2025 |
9.0.27 | 151 | 3/16/2025 |
9.0.26 | 153 | 3/13/2025 |
9.0.25 | 52,025 | 3/9/2025 |
9.0.21 | 228 | 3/6/2025 |
9.0.20 | 19,504 | 3/6/2025 |
9.0.19 | 223 | 3/6/2025 |
9.0.18 | 228 | 3/4/2025 |
9.0.17 | 117 | 3/1/2025 |
9.0.16 | 120 | 3/1/2025 |
9.0.15 | 75,461 | 2/22/2025 |
9.0.14 | 22,487 | 2/18/2025 |
9.0.13 | 123 | 2/9/2025 |
9.0.12 | 217,704 | 1/13/2025 |
9.0.11 | 23,934 | 1/9/2025 |
9.0.10 | 61 | 1/9/2025 |
9.0.9 | 3,965 | 1/7/2025 |
9.0.8 | 12,454 | 1/6/2025 |
9.0.7 | 107 | 1/6/2025 |
9.0.4 | 92,250 | 12/23/2024 |
9.0.3 | 115 | 12/22/2024 |
9.0.2 | 10,658 | 12/21/2024 |
9.0.1 | 1,157 | 12/21/2024 |
9.0.0 | 172,975 | 11/16/2024 |
9.0.0-rc.1 | 90 | 10/18/2024 |
6.2.0 | 218,984 | 10/9/2024 |
6.1.1 | 129 | 10/9/2024 |
6.1.0 | 47,993 | 9/29/2024 |
6.0.24 | 161 | 9/11/2024 |
6.0.23 | 146 | 7/18/2024 |
6.0.21 | 169 | 6/18/2024 |
6.0.20 | 136 | 6/16/2024 |
6.0.19 | 129 | 6/14/2024 |
6.0.18 | 126 | 6/14/2024 |
6.0.17 | 128 | 6/14/2024 |
6.0.16 | 123 | 6/10/2024 |
6.0.15 | 127 | 6/9/2024 |
6.0.14 | 136 | 5/24/2024 |
6.0.13 | 136 | 5/23/2024 |
6.0.12 | 122 | 5/23/2024 |
6.0.11 | 142 | 5/20/2024 |
6.0.9 | 154 | 5/20/2024 |
6.0.7 | 138 | 5/18/2024 |
6.0.6 | 122 | 5/10/2024 |
6.0.5 | 118 | 5/10/2024 |
6.0.4 | 158 | 4/3/2024 |
6.0.3 | 196 | 3/25/2024 |
6.0.2 | 192 | 3/11/2024 |
6.0.0 | 392 | 11/21/2023 |
6.0.0-rc.6 | 113 | 10/25/2023 |
6.0.0-rc.5 | 94 | 10/25/2023 |
6.0.0-rc.4 | 85 | 10/23/2023 |
6.0.0-rc.3 | 82 | 10/19/2023 |
6.0.0-rc.2 | 89 | 10/18/2023 |
6.0.0-rc.1 | 87 | 10/16/2023 |
5.0.20 | 344 | 9/25/2023 |
5.0.19 | 347 | 9/10/2023 |
5.0.18 | 355 | 9/6/2023 |
5.0.17 | 344 | 9/6/2023 |
5.0.16 | 340 | 9/5/2023 |
5.0.15 | 354 | 9/5/2023 |
5.0.14 | 325 | 9/5/2023 |
5.0.13 | 315 | 9/1/2023 |
5.0.12 | 368 | 8/31/2023 |
5.0.11 | 346 | 8/30/2023 |
5.0.10 | 367 | 8/29/2023 |
5.0.9 | 375 | 8/24/2023 |
5.0.8 | 365 | 8/24/2023 |
5.0.7 | 352 | 8/23/2023 |
5.0.6 | 390 | 8/21/2023 |
5.0.5 | 396 | 8/21/2023 |
5.0.4 | 405 | 8/16/2023 |
5.0.3 | 450 | 8/2/2023 |
5.0.2 | 475 | 8/2/2023 |
5.0.1 | 462 | 8/1/2023 |
5.0.0 | 481 | 7/31/2023 |
3.1.51 | 440 | 7/20/2023 |
3.1.50 | 448 | 7/16/2023 |
3.1.49 | 492 | 6/13/2023 |
3.1.48 | 478 | 6/13/2023 |
3.1.47 | 545 | 5/30/2023 |
3.1.46 | 499 | 5/20/2023 |
3.1.45 | 315,483 | 4/19/2023 |
3.1.44 | 95,250 | 3/20/2023 |
3.1.43 | 560 | 3/20/2023 |
3.1.42 | 565 | 3/16/2023 |
3.1.41 | 562 | 3/16/2023 |
3.1.40 | 518 | 3/15/2023 |
3.1.39 | 1,111 | 3/9/2023 |
3.1.38 | 554 | 3/7/2023 |
3.1.37 | 567 | 2/27/2023 |
3.1.36 | 601 | 2/14/2023 |
3.1.35 | 571 | 2/14/2023 |
3.1.34 | 574 | 2/10/2023 |
3.1.33 | 605 | 1/26/2023 |
3.1.32 | 606 | 1/26/2023 |
3.1.31 | 622 | 1/25/2023 |
3.1.30 | 588 | 1/25/2023 |
3.1.29 | 649 | 1/25/2023 |
3.1.28 | 611 | 1/23/2023 |
3.1.27 | 628 | 1/22/2023 |
3.1.26 | 604 | 1/20/2023 |
3.1.25 | 650 | 1/18/2023 |
3.1.24 | 628 | 1/18/2023 |
3.1.23 | 637 | 1/17/2023 |
3.1.22 | 659 | 1/11/2023 |
3.1.21 | 635 | 1/4/2023 |
3.1.20 | 636 | 1/1/2023 |
3.1.19 | 143 | 12/21/2022 |
3.1.18 | 142 | 12/21/2022 |
3.1.16 | 612 | 12/13/2022 |
3.1.12 | 588 | 12/12/2022 |
3.1.11 | 617 | 12/12/2022 |
3.1.10 | 633 | 12/12/2022 |
3.1.9 | 628 | 12/10/2022 |
3.1.8 | 620 | 12/7/2022 |
3.1.7 | 613 | 12/7/2022 |
3.1.6 | 591 | 12/7/2022 |
3.1.5 | 641 | 12/2/2022 |
3.1.4 | 636 | 12/1/2022 |
3.1.2 | 668 | 12/1/2022 |
3.1.1 | 629 | 12/1/2022 |
3.1.0 | 648 | 12/1/2022 |
3.0.32 | 679 | 12/1/2022 |
3.0.31 | 648 | 12/1/2022 |
3.0.30 | 664 | 12/1/2022 |
3.0.29 | 651 | 12/1/2022 |
3.0.28 | 672 | 12/1/2022 |
3.0.27 | 644 | 12/1/2022 |
3.0.25 | 623 | 11/29/2022 |
3.0.24 | 638 | 11/20/2022 |
3.0.20 | 627 | 12/1/2022 |