horaios.de.HtmlUtility
2.10.20.1204
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package horaios.de.HtmlUtility --version 2.10.20.1204
NuGet\Install-Package horaios.de.HtmlUtility -Version 2.10.20.1204
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="horaios.de.HtmlUtility" Version="2.10.20.1204" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add horaios.de.HtmlUtility --version 2.10.20.1204
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: horaios.de.HtmlUtility, 2.10.20.1204"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install horaios.de.HtmlUtility as a Cake Addin #addin nuget:?package=horaios.de.HtmlUtility&version=2.10.20.1204 // Install horaios.de.HtmlUtility as a Cake Tool #tool nuget:?package=horaios.de.HtmlUtility&version=2.10.20.1204
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Utility for HTML
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- HtmlAgilityPack (>= 1.11.46)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.10.20.1301 | 300 | 10/20/2022 |
2.10.20.1204 | 221 | 10/20/2022 |
inital version
usage:
string s = HtmlToText.FromFileCompressed("test.html", Encoding.UTF8);
result:
s will contain compressed plain text of the html file.