![]() |
VOOZH | about |
dotnet add package BlazorEngine.TestHelper --version 1.0.61
NuGet\Install-Package BlazorEngine.TestHelper -Version 1.0.61
<PackageReference Include="BlazorEngine.TestHelper" Version="1.0.61" />
<PackageVersion Include="BlazorEngine.TestHelper" Version="1.0.61" />Directory.Packages.props
<PackageReference Include="BlazorEngine.TestHelper" />Project file
paket add BlazorEngine.TestHelper --version 1.0.61
#r "nuget: BlazorEngine.TestHelper, 1.0.61"
#:package BlazorEngine.TestHelper@1.0.61
#addin nuget:?package=BlazorEngine.TestHelper&version=1.0.61Install as a Cake Addin
#tool nuget:?package=BlazorEngine.TestHelper&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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.