HtmlRenderer.WinForms
1.4.9
See the version list below for details.
dotnet add package HtmlRenderer.WinForms --version 1.4.9
NuGet\Install-Package HtmlRenderer.WinForms -Version 1.4.9
<PackageReference Include="HtmlRenderer.WinForms" Version="1.4.9" />
<PackageVersion Include="HtmlRenderer.WinForms" Version="1.4.9" />
<PackageReference Include="HtmlRenderer.WinForms" />
paket add HtmlRenderer.WinForms --version 1.4.9
#r "nuget: HtmlRenderer.WinForms, 1.4.9"
#:package HtmlRenderer.WinForms@1.4.9
#addin nuget:?package=HtmlRenderer.WinForms&version=1.4.9
#tool nuget:?package=HtmlRenderer.WinForms&version=1.4.9
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net20 is compatible. net35 was computed. net35-client is compatible. net40 was computed. net40-client is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories (9)
Showing the top 9 popular GitHub repositories that depend on HtmlRenderer.WinForms:
| Repository | Stars |
|---|---|
|
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
|
|
|
nea/MarkdownViewerPlusPlus
A Notepad++ Plugin to view a Markdown file rendered on-the-fly
|
|
|
maximmax42/Discord-CustomRP
Simple custom Rich Presence manager (Playing status) for Discord. Only supports Windows 7 and above. Features running on startup and minimizing to tray. Translated to multiple languages.
|
|
|
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
|
|
|
microsoft/onnxruntime-training-examples
Examples for using ONNX Runtime for model training.
|
|
|
lstratman/EasyConnect
Tabbed remote desktop application with a Chrome-like UI.
|
|
|
cyotek/Cyotek.Windows.Forms.ImageBox
The ImageBox is a custom control for displaying images. It supports zooming, scrolling, panning, region selection and much more!
|
|
|
cyotek/Cyotek.Windows.Forms.ColorPicker
Color picker control suite for Windows Forms applications.
|
|
|
POPCORNBOOM/CardEditor
一款专为桌游设计师开发的批处理数值填入卡牌生成器/A card batch generator specially developed for board game designers
|
* fix error in html parsing with single tags having closing tag as well
* fix rendering error for html without root element
* change the order of filling background (first) color and drawing background image (second)
* fix br tags handling (not creating empty lines in some cases)
* fix incorrect box width calculation in some cases
* fix text selection on scrollbars click/drag
* fix selection not clearing after selection text by going outside of control bound and then clicking on selected text