BlazText.Models 0.0.1

dotnet add package BlazText.Models --version 0.0.1
                    
NuGet\Install-Package BlazText.Models -Version 0.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlazText.Models" Version="0.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlazText.Models" Version="0.0.1" />
                    
Directory.Packages.props
<PackageReference Include="BlazText.Models" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BlazText.Models --version 0.0.1
                    
#r "nuget: BlazText.Models, 0.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BlazText.Models@0.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BlazText.Models&version=0.0.1
                    
Install as a Cake Addin
#tool nuget:?package=BlazText.Models&version=0.0.1
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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