Rystem.RepositoryFramework.Web.Components 9.0.27

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Web.Components --version 9.0.27
                    
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 9.0.27
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="9.0.27" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rystem.RepositoryFramework.Web.Components" Version="9.0.27" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rystem.RepositoryFramework.Web.Components --version 9.0.27
                    
#r "nuget: Rystem.RepositoryFramework.Web.Components, 9.0.27"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Rystem.RepositoryFramework.Web.Components@9.0.27
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.0.27
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.0.27
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 174 9/2/2025
9.1.2 683,181 5/29/2025
9.1.1 97,782 5/2/2025
9.0.32 186,646 4/15/2025
9.0.31 5,741 4/2/2025
9.0.30 88,761 3/26/2025
9.0.29 8,969 3/18/2025
9.0.28 204 3/17/2025
9.0.27 197 3/16/2025
9.0.26 212 3/13/2025
9.0.25 52,092 3/9/2025
9.0.21 280 3/6/2025
9.0.20 19,575 3/6/2025
9.0.19 272 3/6/2025
9.0.18 291 3/4/2025
9.0.17 161 3/1/2025
9.0.16 184 3/1/2025
9.0.15 75,509 2/22/2025
9.0.14 22,525 2/18/2025
9.0.13 169 2/9/2025
9.0.12 217,740 1/13/2025
9.0.11 23,978 1/9/2025
9.0.10 106 1/9/2025
9.0.9 4,012 1/7/2025
9.0.8 12,515 1/6/2025
9.0.7 154 1/6/2025
9.0.4 92,294 12/23/2024
9.0.3 161 12/22/2024
9.0.2 10,705 12/21/2024
9.0.1 1,205 12/21/2024
9.0.0 173,012 11/16/2024
9.0.0-rc.1 100 10/18/2024
6.2.0 219,026 10/9/2024
6.1.1 174 10/9/2024
6.1.0 48,054 9/29/2024
6.0.24 205 9/11/2024
6.0.23 190 7/18/2024
6.0.21 202 6/18/2024
6.0.20 195 6/16/2024
6.0.19 172 6/14/2024
6.0.18 173 6/14/2024
6.0.17 172 6/14/2024
6.0.16 166 6/10/2024
6.0.15 172 6/9/2024
6.0.14 182 5/24/2024
6.0.13 177 5/23/2024
6.0.12 156 5/23/2024
6.0.11 184 5/20/2024
6.0.9 196 5/20/2024
6.0.7 181 5/18/2024
6.0.6 165 5/10/2024
6.0.5 180 5/10/2024
6.0.4 203 4/3/2024
6.0.3 239 3/25/2024
6.0.2 238 3/11/2024
6.0.0 434 11/21/2023
6.0.0-rc.6 125 10/25/2023
6.0.0-rc.5 106 10/25/2023
6.0.0-rc.4 98 10/23/2023
6.0.0-rc.3 106 10/19/2023
6.0.0-rc.2 101 10/18/2023
6.0.0-rc.1 101 10/16/2023
5.0.20 377 9/25/2023
5.0.19 388 9/10/2023
5.0.18 403 9/6/2023
5.0.17 388 9/6/2023
5.0.16 399 9/5/2023
5.0.15 397 9/5/2023
5.0.14 367 9/5/2023
5.0.13 362 9/1/2023
5.0.12 425 8/31/2023
5.0.11 390 8/30/2023
5.0.10 427 8/29/2023
5.0.9 420 8/24/2023
5.0.8 413 8/24/2023
5.0.7 418 8/23/2023
5.0.6 434 8/21/2023
5.0.5 442 8/21/2023
5.0.4 450 8/16/2023
5.0.3 497 8/2/2023
5.0.2 522 8/2/2023
5.0.1 511 8/1/2023
5.0.0 528 7/31/2023
3.1.51 489 7/20/2023
3.1.50 496 7/16/2023
3.1.49 538 6/13/2023
3.1.48 533 6/13/2023
3.1.47 602 5/30/2023
3.1.46 575 5/20/2023
3.1.45 315,556 4/19/2023
3.1.44 95,307 3/20/2023
3.1.43 634 3/20/2023
3.1.42 626 3/16/2023
3.1.41 619 3/16/2023
3.1.40 577 3/15/2023
3.1.39 1,170 3/9/2023
3.1.38 633 3/7/2023
3.1.37 626 2/27/2023
3.1.36 655 2/14/2023
3.1.35 629 2/14/2023
3.1.34 622 2/10/2023
3.1.33 665 1/26/2023
3.1.32 679 1/26/2023
3.1.31 695 1/25/2023
3.1.30 647 1/25/2023
3.1.29 706 1/25/2023
3.1.28 670 1/23/2023
3.1.27 687 1/22/2023
3.1.26 664 1/20/2023
3.1.25 708 1/18/2023
3.1.24 702 1/18/2023
3.1.23 696 1/17/2023
3.1.22 720 1/11/2023
3.1.21 692 1/4/2023
3.1.20 697 1/1/2023
3.1.19 182 12/21/2022
3.1.18 182 12/21/2022
3.1.16 687 12/13/2022
3.1.12 645 12/12/2022
3.1.11 675 12/12/2022
3.1.10 691 12/12/2022
3.1.9 688 12/10/2022
3.1.8 678 12/7/2022
3.1.7 671 12/7/2022
3.1.6 647 12/7/2022
3.1.5 703 12/2/2022
3.1.4 695 12/1/2022
3.1.2 718 12/1/2022
3.1.1 687 12/1/2022
3.1.0 723 12/1/2022
3.0.32 738 12/1/2022
3.0.31 733 12/1/2022
3.0.30 725 12/1/2022
3.0.29 710 12/1/2022
3.0.28 731 12/1/2022
3.0.27 702 12/1/2022
3.0.25 683 11/29/2022
3.0.24 687 11/20/2022
3.0.20 687 12/1/2022