BlazText.Models
0.0.1
dotnet add package BlazText.Models --version 0.0.1
NuGet\Install-Package BlazText.Models -Version 0.0.1
<PackageReference Include="BlazText.Models" Version="0.0.1" />
<PackageVersion Include="BlazText.Models" Version="0.0.1" />
<PackageReference Include="BlazText.Models" />
paket add BlazText.Models --version 0.0.1
#r "nuget: BlazText.Models, 0.0.1"
#:package BlazText.Models@0.0.1
#addin nuget:?package=BlazText.Models&version=0.0.1
#tool nuget:?package=BlazText.Models&version=0.0.1
BlazText.Models
Data contracts for BlazText documents, with zero dependencies (no Blazor). Reference this from any C# backend to share a clean contract with your BlazText frontend:
BlazTextDocument— the save/load unit: HTML content, embedded image blobs, detected Liquid drops, per-plugin state. Serializes with System.Text.Json.EmbeddedImage,DetectedDrop,HtmlValidationResult,SearchOptions.
Save an editor's document anywhere, load it back to restore the session, or feed it to BlazText.Rendering to produce final webpage/e-mail HTML.
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
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BlazText.Models:
| Package | Downloads |
|---|---|
|
BlazText
Extensible rich text editor component for Blazor. Ships a bare-minimum contenteditable editor plus dependency-free plugins (search, autocomplete, images); add BlazText.Html and BlazText.Liquid for HTML tooling, email preview, and Liquid templating. |
|
|
BlazText.Rendering
Rendering pipeline for BlazText documents: Liquid templating (Fluid), embedded image resolution, and email-safe CSS inlining (PreMailer.Net). Blazor-free, so the same pipeline runs in the editor preview and on your backend. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1 | 36 | 7/30/2026 |