Version History

.NET WinForms HTML Editor Control release history.

Version 9.3.5

Released Jul 13, 2026 - WinHTMLEditorControl 9.3.5 preserves quoted HTML attributes in WYSIWYG edits and reports rejected SetBodyStyle declarations instead of dropping them.

Bug fixes

  • Attribute values lost their double quotes on every WYSIWYG round trip (id="child" came back as id=child)
  • SetBodyStyle silently discarded any style declaration the browser engine rejected, with no error to the caller