Search
Blazor Render Modes

MindFusion.Diagramming for Blazor supports only WebAssembly render mode at this time. Therefore, DiagramView and other components from the library can be used either from Standalone Blazor WebAssembly projects, or by adding them to a parent component implemented in the ".Client" project of a Blazor Web App solution:

https://learn.microsoft.com/en-us/aspnet/core/blazor/project-structure

If you do not want to deploy the .NET WebAssembly runtime with your application, you can render diagrams in Blazor static or interactive server modes using MindFusion.Diagramming for JavaScript solution:

https://mindfusion.eu/javascript-diagram.html