Zoople.HTMLEditor 2.9.1.341

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zoople.HTMLEditor --version 2.9.1.341
                    
NuGet\Install-Package Zoople.HTMLEditor -Version 2.9.1.341
                    
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="Zoople.HTMLEditor" Version="2.9.1.341" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zoople.HTMLEditor" Version="2.9.1.341" />
                    
Directory.Packages.props
<PackageReference Include="Zoople.HTMLEditor" />
                    
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 Zoople.HTMLEditor --version 2.9.1.341
                    
#r "nuget: Zoople.HTMLEditor, 2.9.1.341"
                    
#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 Zoople.HTMLEditor@2.9.1.341
                    
#: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=Zoople.HTMLEditor&version=2.9.1.341
                    
Install as a Cake Addin
#tool nuget:?package=Zoople.HTMLEditor&version=2.9.1.341
                    
Install as a Cake Tool

Zoople HTML Editor for WinForms and WPF

A fully customizable HTML Editor for C# and VB .NET Framework and .NET Core WinForms projects (and WPF via the WindowsFormsHost element). Simple to use, easy to implement, and with a familiarly styled word-processing interface the control is extensible and highly versatile.

Supports frameworks FX4.0 thru .NET9

The HTML Editor .NET for Winforms allows end-users to create HTML segments for web pages, email templates and email composition, or any other purpose that requires HTML content. It contains all the standard features found in stand-alone WYSIWYG HTML and Rich Text editors.

Example projects for Visual Studio are available from

https://zoople.tech/download/Zoople_HTMLEditor_setup.zip?s=341

and

https://github.com/rpoate?tab=repositories

Online documentation is available at

https://zoople.tech/download/HTML%20Editor%20for%20Winforms%20Reference%20Guide.pdf?s=341

Please direct any support requests to info@zoople.tech

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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 was computed.  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. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.9.7.347 2,012 2/1/2026
2.9.6.346 2,651 9/18/2025
2.9.5.345 744 9/16/2025
2.9.4.344 2,004 6/29/2025
2.9.3.343 490 6/2/2025
2.9.2.342 846 5/8/2025
2.9.1.341 1,415 2/25/2025
2.8.14.339 1,532 11/19/2024
2.8.12.338 462 11/5/2024
2.8.11.337 1,810 6/24/2024
2.8.10.336 1,296 4/23/2024
2.8.9.335 857 3/11/2024
2.8.7.333 2,487 12/11/2023
2.8.5.331 832 11/21/2023
2.8.4.330 380 11/10/2023
2.8.3.329 1,432 8/4/2023
2.7.4.326 1,184 5/5/2023
2.7.3.325 771 3/28/2023
2.7.2.324 799 3/1/2023
Loading failed

New: Initiale a spell check after setting DocumentHTML if EnableInlineSpelling is set
New: ContextMenuOpening event allows for modification of context menu before displaying in UI