HtmlRenderer.WinForms
The rich formatting power of HTML in your .NET applications using simple controls or static rendering code. The library is 100% managed C# code without any external dependencies (no WebBrowser control, ActiveX / COM or MSHTML dll), the only requirement is .NET 2.0 or higher. Features and Benefits --- * 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. * WinForms controls: HtmlPanel, HtmlLabel and HtmlToolTip. * Create images from HTML snippets. * Handles "real world" malformed HTML, it doesn't have to be XHTML. * 100% managed code and no external dependencies. * Supports .NET 2.0 or higher including Client Profile. * Lightweight single dll (~250K). * High performance and low memory footprint. * Extendable and configurable. * Powerful Demo application to explore and learn the library.
Install
dotnet add package HtmlRenderer.WinForms --version 1.4.12
Install-Package HtmlRenderer.WinForms -Version 1.4.12
<PackageReference Include="HtmlRenderer.WinForms" Version="1.4.12" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.