Rystem.RepositoryFramework.Web.Components
9.1.1
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Web.Components --version 9.1.1
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 9.1.1
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="9.1.1" />
<PackageVersion Include="Rystem.RepositoryFramework.Web.Components" Version="9.1.1" />
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" />
paket add Rystem.RepositoryFramework.Web.Components --version 9.1.1
#r "nuget: Rystem.RepositoryFramework.Web.Components, 9.1.1"
#:package Rystem.RepositoryFramework.Web.Components@9.1.1
#addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.1.1
#tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.1.1
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.4)
- Radzen.Blazor (>= 6.6.0)
- Rystem.Extensions.Localization.Multiple (>= 7.0.0)
- Rystem.RepositoryFramework.Abstractions (>= 9.1.1)
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 | 254,024 | 5/29/2025 |
9.1.1 | 97,738 | 5/2/2025 |
9.0.32 | 186,611 | 4/15/2025 |
9.0.31 | 5,697 | 4/2/2025 |
9.0.30 | 88,715 | 3/26/2025 |
9.0.29 | 8,926 | 3/18/2025 |
9.0.28 | 160 | 3/17/2025 |
9.0.27 | 155 | 3/16/2025 |
9.0.26 | 157 | 3/13/2025 |
9.0.25 | 52,031 | 3/9/2025 |
9.0.21 | 233 | 3/6/2025 |
9.0.20 | 19,514 | 3/6/2025 |
9.0.19 | 229 | 3/6/2025 |
9.0.18 | 237 | 3/4/2025 |
9.0.17 | 121 | 3/1/2025 |
9.0.16 | 127 | 3/1/2025 |
9.0.15 | 75,465 | 2/22/2025 |
9.0.14 | 22,491 | 2/18/2025 |
9.0.13 | 127 | 2/9/2025 |
9.0.12 | 217,707 | 1/13/2025 |
9.0.11 | 23,937 | 1/9/2025 |
9.0.10 | 64 | 1/9/2025 |
9.0.9 | 3,968 | 1/7/2025 |
9.0.8 | 12,459 | 1/6/2025 |
9.0.7 | 113 | 1/6/2025 |
9.0.4 | 92,254 | 12/23/2024 |
9.0.3 | 119 | 12/22/2024 |
9.0.2 | 10,662 | 12/21/2024 |
9.0.1 | 1,163 | 12/21/2024 |
9.0.0 | 172,980 | 11/16/2024 |
9.0.0-rc.1 | 91 | 10/18/2024 |
6.2.0 | 218,987 | 10/9/2024 |
6.1.1 | 133 | 10/9/2024 |
6.1.0 | 47,998 | 9/29/2024 |
6.0.24 | 164 | 9/11/2024 |
6.0.23 | 149 | 7/18/2024 |
6.0.21 | 172 | 6/18/2024 |
6.0.20 | 142 | 6/16/2024 |
6.0.19 | 133 | 6/14/2024 |
6.0.18 | 130 | 6/14/2024 |
6.0.17 | 131 | 6/14/2024 |
6.0.16 | 126 | 6/10/2024 |
6.0.15 | 130 | 6/9/2024 |
6.0.14 | 138 | 5/24/2024 |
6.0.13 | 138 | 5/23/2024 |
6.0.12 | 125 | 5/23/2024 |
6.0.11 | 145 | 5/20/2024 |
6.0.9 | 156 | 5/20/2024 |
6.0.7 | 140 | 5/18/2024 |
6.0.6 | 125 | 5/10/2024 |
6.0.5 | 124 | 5/10/2024 |
6.0.4 | 161 | 4/3/2024 |
6.0.3 | 199 | 3/25/2024 |
6.0.2 | 195 | 3/11/2024 |
6.0.0 | 395 | 11/21/2023 |
6.0.0-rc.6 | 115 | 10/25/2023 |
6.0.0-rc.5 | 96 | 10/25/2023 |
6.0.0-rc.4 | 87 | 10/23/2023 |
6.0.0-rc.3 | 85 | 10/19/2023 |
6.0.0-rc.2 | 91 | 10/18/2023 |
6.0.0-rc.1 | 89 | 10/16/2023 |
5.0.20 | 346 | 9/25/2023 |
5.0.19 | 349 | 9/10/2023 |
5.0.18 | 359 | 9/6/2023 |
5.0.17 | 348 | 9/6/2023 |
5.0.16 | 347 | 9/5/2023 |
5.0.15 | 358 | 9/5/2023 |
5.0.14 | 329 | 9/5/2023 |
5.0.13 | 319 | 9/1/2023 |
5.0.12 | 374 | 8/31/2023 |
5.0.11 | 350 | 8/30/2023 |
5.0.10 | 372 | 8/29/2023 |
5.0.9 | 379 | 8/24/2023 |
5.0.8 | 369 | 8/24/2023 |
5.0.7 | 361 | 8/23/2023 |
5.0.6 | 394 | 8/21/2023 |
5.0.5 | 400 | 8/21/2023 |
5.0.4 | 409 | 8/16/2023 |
5.0.3 | 454 | 8/2/2023 |
5.0.2 | 479 | 8/2/2023 |
5.0.1 | 466 | 8/1/2023 |
5.0.0 | 485 | 7/31/2023 |
3.1.51 | 444 | 7/20/2023 |
3.1.50 | 452 | 7/16/2023 |
3.1.49 | 496 | 6/13/2023 |
3.1.48 | 482 | 6/13/2023 |
3.1.47 | 549 | 5/30/2023 |
3.1.46 | 503 | 5/20/2023 |
3.1.45 | 315,489 | 4/19/2023 |
3.1.44 | 95,253 | 3/20/2023 |
3.1.43 | 568 | 3/20/2023 |
3.1.42 | 569 | 3/16/2023 |
3.1.41 | 566 | 3/16/2023 |
3.1.40 | 521 | 3/15/2023 |
3.1.39 | 1,114 | 3/9/2023 |
3.1.38 | 560 | 3/7/2023 |
3.1.37 | 571 | 2/27/2023 |
3.1.36 | 604 | 2/14/2023 |
3.1.35 | 575 | 2/14/2023 |
3.1.34 | 577 | 2/10/2023 |
3.1.33 | 609 | 1/26/2023 |
3.1.32 | 611 | 1/26/2023 |
3.1.31 | 629 | 1/25/2023 |
3.1.30 | 592 | 1/25/2023 |
3.1.29 | 652 | 1/25/2023 |
3.1.28 | 614 | 1/23/2023 |
3.1.27 | 631 | 1/22/2023 |
3.1.26 | 607 | 1/20/2023 |
3.1.25 | 653 | 1/18/2023 |
3.1.24 | 633 | 1/18/2023 |
3.1.23 | 640 | 1/17/2023 |
3.1.22 | 663 | 1/11/2023 |
3.1.21 | 638 | 1/4/2023 |
3.1.20 | 639 | 1/1/2023 |
3.1.19 | 146 | 12/21/2022 |
3.1.18 | 145 | 12/21/2022 |
3.1.16 | 619 | 12/13/2022 |
3.1.12 | 591 | 12/12/2022 |
3.1.11 | 620 | 12/12/2022 |
3.1.10 | 637 | 12/12/2022 |
3.1.9 | 631 | 12/10/2022 |
3.1.8 | 623 | 12/7/2022 |
3.1.7 | 616 | 12/7/2022 |
3.1.6 | 594 | 12/7/2022 |
3.1.5 | 644 | 12/2/2022 |
3.1.4 | 639 | 12/1/2022 |
3.1.2 | 671 | 12/1/2022 |
3.1.1 | 632 | 12/1/2022 |
3.1.0 | 655 | 12/1/2022 |
3.0.32 | 682 | 12/1/2022 |
3.0.31 | 653 | 12/1/2022 |
3.0.30 | 667 | 12/1/2022 |
3.0.29 | 654 | 12/1/2022 |
3.0.28 | 675 | 12/1/2022 |
3.0.27 | 647 | 12/1/2022 |
3.0.25 | 626 | 11/29/2022 |
3.0.24 | 641 | 11/20/2022 |
3.0.20 | 630 | 12/1/2022 |