![]() |
VOOZH | about |
dotnet add package BlazorEngine --version 1.0.61
NuGet\Install-Package BlazorEngine -Version 1.0.61
<PackageReference Include="BlazorEngine" Version="1.0.61" />
<PackageVersion Include="BlazorEngine" Version="1.0.61" />Directory.Packages.props
<PackageReference Include="BlazorEngine" />Project file
paket add BlazorEngine --version 1.0.61
#r "nuget: BlazorEngine, 1.0.61"
#:package BlazorEngine@1.0.61
#addin nuget:?package=BlazorEngine&version=1.0.61Install as a Cake Addin
#tool nuget:?package=BlazorEngine&version=1.0.61Install as a Cake Tool
BlazorEngine is a library that lets you generate full-featured Blazor UI pages from your C# models and attributes. It is designed for rapid development of CRUD-style apps, admin panels, and internal tools, with minimal boilerplate.
[PageAction] or [GridAction] to expose them as buttons on pages or in
data grids.[AddToMenu(Title = "Products", Route = "/products")]
public class Product { /* ... */ }
[PageAction(Caption = "Refresh")]
public void Refresh() { /* ... */ }
Run your app. The UI and menu are generated automatically.
See the Demo: The Demo/TestShared project contains sample models and demonstrates all features. Explore it for
real-world usage.
Add this script to your index.html before the WebAssembly script:
<script app-name="MauiApp1"
src="./_content/Microsoft.FluentUI.AspNetCore.Components/js/initializersLoader.webview.js"></script>
In the <BlazorEngineApp> tag, add the parameter: BlazorEngineRenderMode="null"
Contributions are welcome! Open issues or submit pull requests if you have ideas or improvements.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on BlazorEngine:
| Package | Downloads |
|---|---|
|
BlazorEngine.TestHelper
Give you utility classes for writing UnitTests for BlazorEngine Apps |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.61 | 99 | 6/15/2026 |
| 1.0.60 | 128 | 5/26/2026 |
| 1.0.59 | 123 | 5/19/2026 |
| 1.0.58 | 129 | 5/12/2026 |
| 1.0.57 | 141 | 3/18/2026 |
| 1.0.56 | 119 | 3/18/2026 |
| 1.0.55 | 115 | 3/18/2026 |
| 1.0.54 | 106 | 3/18/2026 |
| 1.0.52 | 108 | 3/18/2026 |
| 1.0.51 | 114 | 3/18/2026 |
| 1.0.50 | 116 | 3/12/2026 |
| 1.0.49 | 108 | 3/10/2026 |
| 1.0.48 | 114 | 3/10/2026 |
| 1.0.47 | 111 | 3/10/2026 |
| 1.0.46 | 109 | 3/10/2026 |
| 1.0.45 | 102 | 3/9/2026 |
| 1.0.44 | 106 | 3/9/2026 |
| 1.0.43 | 105 | 3/6/2026 |
| 1.0.42 | 113 | 3/5/2026 |
| 1.0.41 | 113 | 2/27/2026 |