ToastUIEditor 1.1.1

dotnet add package ToastUIEditor --version 1.1.1
                    
NuGet\Install-Package ToastUIEditor -Version 1.1.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="ToastUIEditor" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ToastUIEditor" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="ToastUIEditor" />
                    
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 ToastUIEditor --version 1.1.1
                    
#r "nuget: ToastUIEditor, 1.1.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 ToastUIEditor@1.1.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=ToastUIEditor&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=ToastUIEditor&version=1.1.1
                    
Install as a Cake Tool

ToastUI Editor Blazor

English | 简体中文

ToastUIEditor provides Toast UI Editor components for Blazor Server and Blazor WebAssembly. It supports .NET 6, .NET 7, .NET 8, .NET 9, and .NET 10.

Installation

dotnet add package ToastUIEditor

Quick start

Add @using ToastUI to _Imports.razor, then use the editor or viewer:

<Editor @bind-Value="content" Options="options" />
<Viewer Value="content" />

@code {
    private string content = "# Hello, Toast UI!";
    private EditorOptions options = new();
}

Use @ref to access component methods such as GetMarkdown, SetMarkdown, and GetHTML. See the repository README for complete usage, events, languages, and widget rules.

简体中文

ToastUIEditor 为 Blazor Server 和 Blazor WebAssembly 提供 Toast UI Editor 组件,支持 .NET 6、.NET 7、.NET 8、.NET 9 和 .NET 10。

安装

dotnet add package ToastUIEditor

快速开始

_Imports.razor 中添加 @using ToastUI,然后使用编辑器或查看器:

<Editor @bind-Value="content" Options="options" />
<Viewer Value="content" />

@code {
    private string content = "# 你好,Toast UI!";
    private EditorOptions options = new();
}

可以通过 @ref 调用 GetMarkdownSetMarkdownGetHTML 等组件方法。完整用法请 参考仓库 README

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ToastUIEditor:

Repository Stars
marinasundstrom/YourBrand
Prototype enterprise system for e-commerce and consulting services
Version Downloads Last Updated
1.1.1 98 9/1/2026
1.1.0 91 9/1/2026
1.0.0 2,223 12/9/2023