MgSoftDev.KnowledgeHub.Blazor
0.3.0-preview.2
This is a prerelease version of MgSoftDev.KnowledgeHub.Blazor.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MgSoftDev.KnowledgeHub.Blazor --version 0.3.0-preview.2
NuGet\Install-Package MgSoftDev.KnowledgeHub.Blazor -Version 0.3.0-preview.2
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="MgSoftDev.KnowledgeHub.Blazor" Version="0.3.0-preview.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MgSoftDev.KnowledgeHub.Blazor" Version="0.3.0-preview.2" />
<PackageReference Include="MgSoftDev.KnowledgeHub.Blazor" />
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 MgSoftDev.KnowledgeHub.Blazor --version 0.3.0-preview.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MgSoftDev.KnowledgeHub.Blazor, 0.3.0-preview.2"
#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 MgSoftDev.KnowledgeHub.Blazor@0.3.0-preview.2
#: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=MgSoftDev.KnowledgeHub.Blazor&version=0.3.0-preview.2&prerelease
#tool nuget:?package=MgSoftDev.KnowledgeHub.Blazor&version=0.3.0-preview.2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MgSoftDev.KnowledgeHub.Blazor
UI Blazor del módulo KnowledgeHub (Razor Class Library): árbol de navegación, lector, editor HTML (Radzen) con herramientas personalizadas inyectables, historial, permisos y diagnóstico. Corre igual en WPF BlazorWebView, Blazor Server y Blazor WebAssembly — solo depende de los contratos de Abstractions.
Requisitos del anfitrión
- DI:
services.AddKnowledgeHubBlazor(o => { ... })(registra Radzen). - Host page: tema Radzen + CSS del módulo:
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material.css" /> <link rel="stylesheet" href="_content/MgSoftDev.KnowledgeHub.Blazor/knowledgehub.css" /> <script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script> - Root component:
<RadzenComponents />junto al Router. - Router: agrega el ensamblado de la RCL:
<Router AppAssembly="..." AdditionalAssemblies="new[] { typeof(KnowledgeHubAssemblyMarker).Assembly }">
Las páginas viven bajo el prefijo fijo /kh (KnowledgeHubRoutes).
Herramientas del editor
Los 4 callouts integrados se registran por el mismo mecanismo que las tuyas — puedes quitarlos o agregar más:
services.AddKnowledgeHubBlazor(o =>
{
o.PortalTitle = "📚 Documentación";
o.HeaderActionsComponent = typeof(MisLinks); // componente del anfitrión en el sidebar
o.EditorTools.Add(new EditorToolDescriptor
{
CommandName = "MiTool", Icon = "star", Title = "Mi herramienta",
ExecuteAsync = async ctx => "<p>HTML a insertar (o null si se cancela)</p>"
});
});
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- MgSoftDev.KnowledgeHub.Abstractions (>= 0.3.0-preview.2)
- MgSoftDev.PrismPlus.Returning (>= 1.0.8)
- Microsoft.AspNetCore.Components.Web (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Radzen.Blazor (>= 11.1.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 |
|---|---|---|
| 0.16.0-preview.1 | 0 | 8/13/2026 |
| 0.15.0-preview.1 | 0 | 8/13/2026 |
| 0.14.0-preview.1 | 24 | 8/13/2026 |
| 0.13.0-preview.1 | 31 | 8/13/2026 |
| 0.12.0-preview.1 | 38 | 8/12/2026 |
| 0.11.0-preview.1 | 43 | 8/11/2026 |
| 0.10.0-preview.1 | 34 | 8/11/2026 |
| 0.9.1-preview.1 | 35 | 8/11/2026 |
| 0.9.0-preview.1 | 36 | 8/11/2026 |
| 0.8.0-preview.1 | 53 | 8/7/2026 |
| 0.7.1-preview.1 | 59 | 8/4/2026 |
| 0.7.0-preview.1 | 50 | 8/4/2026 |
| 0.6.0-preview.1 | 54 | 7/26/2026 |
| 0.5.0-preview.1 | 59 | 7/26/2026 |
| 0.4.1-preview.1 | 58 | 7/26/2026 |
| 0.4.0-preview.1 | 51 | 7/26/2026 |
| 0.3.1-preview.1 | 55 | 7/26/2026 |
| 0.3.0-preview.2 | 61 | 7/23/2026 |
| 0.3.0-preview.1 | 54 | 7/23/2026 |
| 0.2.1-preview.1 | 51 | 7/19/2026 |
Loading failed