Zoople.HTMLEditor 2.9.3.343

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

alternate text is missing from this package README image

Zoople HTML Editor .NET for Winforms

Zoople HTML Editor .NET for Winforms for Visual Basic (VB) and C# is a fully customisable HTML editor for your .NET framework and.NET5/6/7/8/9 WinForms or WPF projects.

The HTML Editor .NET for Winforms allows end-users to create HTML snippets for pages, email templates, and any other application that requires the editing of HTML content.

Perfect for and Winforms and WPF applications such as:

  • editing web page segments
  • composing HTML emails
  • constructing HTML templates for mail merges
  • performing "mail merge" operations for emails
  • content management systems
  • CRM's
  • Any application that requires the editing of HTML content

alternate text is missing from this package README image

Documentation

Documentation is available here - https://zoople.tech/viewpage.aspx?ID=HTML.NET%20API&Parent=HTML.NET

Sample Usage

    oEdit = new Zoople.HTMLEditControl
    {
        Dock = DockStyle.Fill,
        DocumentHTML = "<h2>A Heading.</h2><p>Caters for all levels of end-user.</p>",
        CSSText = "BODY {font-family: Arial Unicode MS, Arial, Sans-Serif; border: none;}",
        LicenceKey = "YourLicenseKey",
        LicenceKeyInlineSpelling = "InlineSpellingLicenseKey",
        EnableInlineSpelling = false,
        CleanMSWordHTMLOnPaste = true,
        FontSizesList = "8pt;10pt;12pt;16pt;22pt;",
        HideDOMToolbar = false,
        ShowPropertyGrid = false
    };

    oEdit.CodeEditor.WordWrap = true;

    Controls.Add(oEdit);

Many other examples are available here - http://zoople.tech/download/zoople_HTMLEditor_setup.zip

Support

If you have any questions please us know - 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

Fixed - null text selection should allow for changed font size combo when using HTML4 based font sizes 1-7
Fixed - images and other control elements resized with mouuse can have different width attributes and inline CSS width values
Fixed - images and other control elements resized with mouuse can have different height attributes and inline CSS height values
Fixed - embedded images email example project now comtains gmail and outlook email client support for image dimensions
Fixed - cursor keys now update DOM tree toolbar correctly
Fixed - public HTML classes were being obfuscated in the HTML element property window