Info
| Version: | 1.5.1 |
| Author(s): | Arthur Teplitzki |
| Last Update: | Friday, December 12, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://codeplexarchive.org/project/HtmlRenderer |
| NuGet Url: | https://www.nuget.org/packages/HtmlRenderer.WinForms |
Install
Install-Package HtmlRenderer.WinForms
dotnet add package HtmlRenderer.WinForms
paket add HtmlRenderer.WinForms
HtmlRenderer.WinForms Download (Unzip the "nupkg" after downloading)
Dependencies
- HtmlRenderer.Core(>= 1.5.11)
Tags
HTML UI in .NET WinForms applications using controls or static rendering.
Features and Benefits:
---
* Controls: HtmlPanel, HtmlLabel, HtmlToolTip.
* Create images from HTML snippets.
* 100% managed code and no external dependencies, no ActiveX, no MSHTML.
* Extensive HTML 4.01 and CSS level 2 specifications support.
* Support separating CSS from HTML by loading stylesheet code separately.
* Support text selection, copy-paste and context menu.
* Handles "real world" malformed HTML, it doesn't have to be XHTML.
* Lightweight, only two DLLs (~300K).
* High performance and low memory footprint.
* Extendable and configurable.