Info
Version: | 1.5.1-beta1 |
Author(s): | Arthur Teplitzki |
Last Update: | Monday, November 14, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://htmlrenderer.codeplex.com/ |
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.
* Supports .NET 2.0 or higher including Client Profile.
* Lightweight, only two DLLs (~300K).
* High performance and low memory footprint.
* Extendable and configurable.