BlazText.Rendering
0.0.1
dotnet add package BlazText.Rendering --version 0.0.1
NuGet\Install-Package BlazText.Rendering -Version 0.0.1
<PackageReference Include="BlazText.Rendering" Version="0.0.1" />
<PackageVersion Include="BlazText.Rendering" Version="0.0.1" />
<PackageReference Include="BlazText.Rendering" />
paket add BlazText.Rendering --version 0.0.1
#r "nuget: BlazText.Rendering, 0.0.1"
#:package BlazText.Rendering@0.0.1
#addin nuget:?package=BlazText.Rendering&version=0.0.1
#tool nuget:?package=BlazText.Rendering&version=0.0.1
BlazText.Rendering
Turns a BlazTextDocument into final HTML — with no Blazor dependency, so the same pipeline runs in the editor's previews and on your backend:
- Liquid rendering (Fluid) with your drops, including
{{ body }}layout wrapping - Embedded image resolution (data URIs by default, or your own resolver)
- E-mail CSS inlining (PreMailer.Net) — because e-mail clients strip
<style>blocks
var options = RenderOptions.ForEmail();
options.LiquidValues["user"] = new { name = "Ada" };
var result = await BlazTextRenderer.RenderAsync(document, options);
// result.Html is ready to send
Documentation: https://github.com/UltraGameCoder/BlazText
| 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. |
-
net10.0
- BlazText.Models (>= 0.0.1)
- Fluid.Core (>= 2.31.0)
- PreMailer.Net (>= 2.7.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BlazText.Rendering:
| Package | Downloads |
|---|---|
|
BlazText.Html
HTML tooling plugins for the BlazText editor: raw HTML source view, formatting and validation (AngleSharp), sanitized HTML preview, and an email preview with email-safe inlined CSS. |
|
|
BlazText.Liquid
Shopify Liquid templating plugin for the BlazText editor (powered by Fluid): supply drops for live preview, get autocomplete for drop names, and detect which drops a template actually uses. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1 | 40 | 7/30/2026 |