SoftCircuits.HtmlMonkey
1.0.3
Prefix Reserved
See the version list below for details.
dotnet add package SoftCircuits.HtmlMonkey --version 1.0.3
NuGet\Install-Package SoftCircuits.HtmlMonkey -Version 1.0.3
<PackageReference Include="SoftCircuits.HtmlMonkey" Version="1.0.3" />
<PackageVersion Include="SoftCircuits.HtmlMonkey" Version="1.0.3" />
<PackageReference Include="SoftCircuits.HtmlMonkey" />
paket add SoftCircuits.HtmlMonkey --version 1.0.3
#r "nuget: SoftCircuits.HtmlMonkey, 1.0.3"
#:package SoftCircuits.HtmlMonkey@1.0.3
#addin nuget:?package=SoftCircuits.HtmlMonkey&version=1.0.3
#tool nuget:?package=SoftCircuits.HtmlMonkey&version=1.0.3
HtmlMonkey is a lightweight HTML/XML parser written in C#. It allows you to parse an HTML or XML string into a hierarchy of node objects, which can then be traversed or queried using jQuery-like selectors. In addition, the node objects can be modified or even built from scratch using code. Finally, the classes can generate the HTML or XML from the data.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SoftCircuits.HtmlMonkey:
| Package | Downloads |
|---|---|
|
Pillsgood.AdventOfCode
Package Description |
|
|
SoftCircuits.WebScraper
.NET library to scrape content from the Internet. Use it to extract information from Web pages in your own application. Extracted data is written to a CSV file. Supports paging and can cycle through all combinations of any number of replacement tags. Now targets .NET Standard 2.0 or .NET 5.0, and supports nullable reference types. |
|
|
TwemojiSharp
Unofficial C# wrapper of twemoji |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.0 | 29,124 | 7/16/2025 |
| 3.0.0 | 10,329 | 2/6/2025 |
| 2.3.0 | 698 | 12/17/2024 |
| 2.2.0 | 4,574 | 3/17/2024 |
| 2.1.3 | 419 | 2/11/2024 |
| 2.1.2 | 16,340 | 5/19/2022 |
| 2.1.1 | 1,117 | 5/7/2022 |
| 2.1.0 | 3,283 | 12/12/2021 |
| 2.0.7 | 1,160 | 8/29/2021 |
| 2.0.6 | 5,330 | 4/26/2021 |
| 2.0.5 | 1,037 | 3/26/2021 |
| 2.0.4 | 1,030 | 3/13/2021 |
| 2.0.3 | 1,928 | 2/22/2021 |
| 2.0.2 | 974 | 2/22/2021 |
| 2.0.1 | 981 | 2/21/2021 |
| 2.0.0 | 965 | 2/20/2021 |
| 1.3.1 | 1,381 | 11/1/2020 |
| 1.3.0 | 1,047 | 10/29/2020 |
| 1.2.1 | 1,195 | 10/18/2020 |
| 1.0.3 | 1,223 | 2/21/2020 |
Minor tweaks; added package icon