Download WPF HTML Editor Control

The control is a NuGet package, so there is no product installer to download. Adding it to your own project is all it takes. Or start from a sample project instead, which already references the package, so there is nothing to install first. Either route, not both.

Strongly recommended

Just get from NuGet, nothing to install

dotnet add package SpiceLogic.HtmlEditor.WPF
PM> Install-Package SpiceLogic.HtmlEditor.WPF
View on NuGet

Or start from a sample project, with the package already referenced

Get the sample projects

Runnable C# and VB.NET samples that already reference the package, so they build without installing anything first.

Open the GitHub repository
git clone https://github.com/spicelogic/wpf-html-editor-control-samples.git
Only if your organization blocks GitHub

Download the samples as a zip

The same sample projects, zipped. Windows blocks every file inside, so you have to clear that by hand before the solution will build.

Download the zip anyway

Unblocking the zip

Windows blocks every file inside a downloaded zip, so the build stops with this error until you clear it: Here is what that looks like:

error MSB3825: Couldn't process file MainForm.resx due to its being in the
Internet or Restricted zone or having the mark of the web on the file.
  1. Right-click the downloaded .zip file and choose Properties.
  2. On the General tab, look at the bottom for a Security line.
  3. Tick Unblock, then click OK.
  4. Extract the zip and open the solution as normal.
The Windows file Properties dialog for a downloaded zip, with the Unblock checkbox ticked at the bottom of the General tab
Tick Unblock on the zip itself, before extracting. If you already extracted it, delete the extracted folder, unblock the zip, and extract again.

We do not ship a script for this on purpose: running one to silence a security warning is a worse habit than the one-time checkbox.

Back to WPF HTML Editor Control