HtmlTextBlock 1.0.1
HtmlTextBlock is a light-weighted WPF control that allow you to display rich text, by translating html like tags into TextBlock.Inlines.
Install-Package HtmlTextBlock -Version 1.0.1
dotnet add package HtmlTextBlock --version 1.0.1
<PackageReference Include="HtmlTextBlock" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HtmlTextBlock --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HtmlTextBlock, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Mar17 - Remove Windows Forms reference code.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HtmlTextBlock:
Package | Downloads |
---|---|
FileExplorer
WPF based control that implements most aspects of Windows Explorer. It can be used to display shell objects or any hierarchical data.
|
GitHub repositories
This package is not used by any popular GitHub repositories.