Rystem.RepositoryFramework.Web.Components
10.0.5
dotnet add package Rystem.RepositoryFramework.Web.Components --version 10.0.5
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 10.0.5
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="10.0.5" />
<PackageVersion Include="Rystem.RepositoryFramework.Web.Components" Version="10.0.5" />
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" />
paket add Rystem.RepositoryFramework.Web.Components --version 10.0.5
#r "nuget: Rystem.RepositoryFramework.Web.Components, 10.0.5"
#:package Rystem.RepositoryFramework.Web.Components@10.0.5
#addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=10.0.5
#tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=10.0.5
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 | net10.0 is compatible. 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. |
-
net10.0
- Radzen.Blazor (>= 9.0.5)
- Rystem.Extensions.Localization.Multiple (>= 7.0.0)
- Rystem.RepositoryFramework.Abstractions (>= 10.0.5)
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 |
|---|---|---|
| 10.0.5 | 31 | 2/22/2026 |
| 10.0.4 | 93 | 2/9/2026 |
| 10.0.3 | 107,390 | 1/28/2026 |
| 10.0.1 | 209,097 | 11/12/2025 |
| 9.1.3 | 225 | 9/2/2025 |
| 9.1.2 | 764,430 | 5/29/2025 |
| 9.1.1 | 97,823 | 5/2/2025 |
| 9.0.32 | 186,693 | 4/15/2025 |
| 9.0.31 | 5,782 | 4/2/2025 |
| 9.0.30 | 88,807 | 3/26/2025 |
| 9.0.29 | 9,015 | 3/18/2025 |
| 9.0.28 | 249 | 3/17/2025 |
| 9.0.27 | 241 | 3/16/2025 |
| 9.0.26 | 262 | 3/13/2025 |
| 9.0.25 | 52,139 | 3/9/2025 |
| 9.0.21 | 330 | 3/6/2025 |
| 9.0.20 | 19,616 | 3/6/2025 |
| 9.0.19 | 316 | 3/6/2025 |
| 9.0.18 | 342 | 3/4/2025 |
| 9.0.17 | 206 | 3/1/2025 |