AngleSharp 0.13.0-alpha-735
See the version list below for details.
dotnet add package AngleSharp --version 0.13.0-alpha-735
NuGet\Install-Package AngleSharp -Version 0.13.0-alpha-735
<PackageReference Include="AngleSharp" Version="0.13.0-alpha-735" />
<PackageVersion Include="AngleSharp" Version="0.13.0-alpha-735" />
<PackageReference Include="AngleSharp" />
paket add AngleSharp --version 0.13.0-alpha-735
#r "nuget: AngleSharp, 0.13.0-alpha-735"
#:package AngleSharp@0.13.0-alpha-735
#addin nuget:?package=AngleSharp&version=0.13.0-alpha-735&prerelease
#tool nuget:?package=AngleSharp&version=0.13.0-alpha-735&prerelease
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
| 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net46 is compatible. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
| Universal Windows Platform | uap was computed. uap10.0 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6
- System.Text.Encoding.CodePages (>= 4.5.0)
-
.NETStandard 1.3
- System.Net.Requests (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.5.1)
- System.Text.Encoding.CodePages (>= 4.5.0)
-
.NETStandard 2.0
- System.Text.Encoding.CodePages (>= 4.5.0)
NuGet packages (450)
Showing the top 5 NuGet packages that depend on AngleSharp:
| Package | Downloads |
|---|---|
|
AngleSharp.Css
Extends the CSSOM from the core AngleSharp library. |
|
|
HtmlSanitizer
Cleans HTML from constructs that can be used for cross-site scripting (XSS) |
|
|
PreMailer.Net
PreMailer.Net is a C# utility for moving CSS to inline style attributes, to gain maximum E-mail client compatibility. |
|
|
WebDriverManager
Automatic Selenium WebDriver binaries management for .Net |
|
|
bunit.web
bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component. |
GitHub repositories (122)
Showing the top 20 popular GitHub repositories that depend on AngleSharp:
| Repository | Stars |
|---|---|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
JustArchiNET/ArchiSteamFarm
C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
|
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
|
|
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
|
|
|
Tyrrrz/DiscordChatExporter
Saves Discord chat logs to a file
|
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
|
NancyFx/Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
|
|
|
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
|
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
|
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
|
|
|
DGP-Studio/Snap.Hutao
实用的开源多功能原神工具箱 🧰 / Multifunctional Open-source Genshin Impact Toolkit 🧰
|
|
|
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
|
|
|
BililiveRecorder/BililiveRecorder
录播姬 | mikufans 生放送录制
|
|
|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
|
Tyrrrz/YoutubeExplode
Abstraction layer over YouTube's internal API
|
|
|
Revolutionary-Games/Thrive
The main repository for the development of the evolution game Thrive.
|
|
|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.1-beta.491 | 40,779 | 7/22/2025 |
| 1.3.1-beta.490 | 433 | 7/14/2025 |
| 1.3.1-beta.486 | 8,766 | 5/26/2025 |
| 1.3.0 | 1,983,911 | 4/18/2025 |
| 1.3.0-beta.484 | 199 | 5/23/2025 |
| 1.3.0-beta.477 | 246 | 4/18/2025 |
| 1.3.0-beta.476 | 311 | 4/17/2025 |
| 1.3.0-beta.470 | 3,505 | 3/24/2025 |
| 1.3.0-beta.468 | 11,874 | 2/2/2025 |
| 1.3.0-beta.466 | 856 | 1/29/2025 |
| 1.2.0 | 3,316,791 | 12/31/2024 |
| 1.2.0-beta.457 | 316 | 1/26/2025 |
| 1.2.0-beta.456 | 210 | 1/26/2025 |
| 1.2.0-beta.449 | 223 | 12/31/2024 |
| 1.2.0-beta.448 | 226 | 12/31/2024 |
| 1.2.0-beta.439 | 21,443 | 10/1/2024 |
| 1.2.0-beta.431 | 7,626 | 7/28/2024 |
| 1.2.0-beta.423 | 26,302 | 4/14/2024 |
| 1.2.0-beta.420 | 290 | 4/13/2024 |
| 1.2.0-beta.419 | 269 | 4/13/2024 |
| 1.2.0-beta.418 | 257 | 4/13/2024 |
| 1.2.0-beta.410 | 46,165 | 3/20/2024 |
| 1.2.0-beta.408 | 560 | 3/18/2024 |
| 1.1.2 | 9,716,057 | 3/7/2024 |
| 1.1.2-beta.407 | 245 | 3/18/2024 |
| 1.1.2-beta.395 | 239 | 3/7/2024 |
| 1.1.1 | 779,396 | 3/1/2024 |
| 1.1.1-beta.392 | 246 | 2/29/2024 |
| 1.1.1-beta.390 | 240 | 2/29/2024 |
| 1.1.1-beta.389 | 240 | 2/29/2024 |
| 1.1.1-beta.388 | 262 | 2/29/2024 |
| 1.1.1-beta.387 | 517 | 2/27/2024 |
| 1.1.1-beta.386 | 275 | 2/25/2024 |
| 1.1.1-beta.385 | 254 | 2/25/2024 |
| 1.1.0 | 2,869,269 | 1/18/2024 |
| 1.1.0-beta.384 | 262 | 2/23/2024 |
| 1.1.0-alpha-379 | 1,558 | 1/17/2024 |
| 1.1.0-alpha-378 | 1,509 | 1/16/2024 |
| 1.1.0-alpha-377 | 1,486 | 1/16/2024 |
| 1.1.0-alpha-376 | 1,605 | 1/14/2024 |
| 1.1.0-alpha-375 | 1,650 | 1/11/2024 |
| 1.1.0-alpha-374 | 1,573 | 1/11/2024 |
| 1.0.7 | 2,458,094 | 11/17/2023 |
| 1.0.7-alpha-342 | 1,904 | 11/16/2023 |
| 1.0.6 | 145,650 | 11/11/2023 |
| 1.0.6-alpha-341 | 1,905 | 11/16/2023 |
| 1.0.6-alpha-339 | 1,886 | 11/16/2023 |
| 1.0.6-alpha-331 | 1,977 | 11/11/2023 |
| 1.0.6-alpha-330 | 2,119 | 11/9/2023 |
| 1.0.6-alpha-328 | 1,993 | 11/9/2023 |
| 1.0.6-alpha-325 | 14,102 | 10/17/2023 |
| 1.0.6-alpha-321 | 3,631 | 10/3/2023 |
| 1.0.5 | 572,053 | 10/3/2023 |
| 1.0.5-alpha-317 | 2,246 | 10/3/2023 |
| 1.0.4 | 5,323,776 | 6/24/2023 |
| 1.0.4-alpha-316 | 2,127 | 9/25/2023 |
| 1.0.4-alpha-314 | 2,544 | 8/22/2023 |
| 1.0.4-alpha-311 | 2,550 | 8/20/2023 |
| 1.0.4-alpha-307 | 2,369 | 8/20/2023 |
| 1.0.4-alpha-301 | 2,712 | 7/12/2023 |
| 1.0.4-alpha-300 | 2,905 | 7/12/2023 |
| 1.0.4-alpha-298 | 2,796 | 7/12/2023 |
| 1.0.4-alpha-290 | 2,761 | 6/24/2023 |
| 1.0.4-alpha-289 | 2,888 | 6/23/2023 |
| 1.0.3 | 241,436 | 6/8/2023 |
| 1.0.3-alpha-287 | 2,839 | 6/7/2023 |
| 1.0.2 | 402,286 | 6/4/2023 |
| 1.0.2-alpha-284 | 2,783 | 6/4/2023 |
| 1.0.2-alpha-283 | 2,792 | 6/4/2023 |
| 1.0.2-alpha-282 | 2,847 | 6/4/2023 |
| 1.0.2-alpha-281 | 12,064 | 4/28/2023 |
| 1.0.2-alpha-278 | 29,368 | 2/22/2023 |
| 1.0.2-alpha-277 | 2,768 | 2/22/2023 |
| 1.0.2-alpha-276 | 2,925 | 2/22/2023 |
| 1.0.2-alpha-275 | 2,770 | 2/22/2023 |
| 1.0.2-alpha-274 | 2,718 | 2/22/2023 |
| 1.0.2-alpha-273 | 2,812 | 2/22/2023 |
| 1.0.2-alpha-261 | 3,968 | 2/21/2023 |
| 1.0.2-alpha-258 | 2,807 | 2/21/2023 |
| 1.0.2-alpha-257 | 2,807 | 2/21/2023 |
| 1.0.2-alpha-255 | 2,752 | 2/21/2023 |
| 1.0.2-alpha-251 | 2,820 | 2/21/2023 |
| 1.0.2-alpha-250 | 2,797 | 2/21/2023 |
| 1.0.2-alpha-249 | 2,839 | 2/21/2023 |
| 1.0.1 | 2,108,206 | 1/16/2023 |
| 1.0.1-alpha-248 | 2,745 | 2/21/2023 |
| 1.0.1-alpha-243 | 2,830 | 2/21/2023 |
| 1.0.1-alpha-242 | 2,685 | 2/21/2023 |
| 1.0.1-alpha-241 | 2,897 | 2/21/2023 |
| 1.0.1-alpha-235 | 2,749 | 1/16/2023 |
| 1.0.0 | 1,996,245 | 1/10/2023 |
| 1.0.0-ci-228 | 3,246 | 1/9/2023 |
| 1.0.0-alpha-231 | 2,829 | 1/9/2023 |
| 1.0.0-alpha-229 | 2,790 | 1/9/2023 |
| 0.17.1 | 58,278,659 | 6/2/2022 |
| 0.17.1-alpha-179 | 2,841 | 6/2/2022 |
| 0.17.1-alpha-178 | 2,742 | 6/2/2022 |
| 0.17.0 | 10,459,431 | 5/31/2022 |
| 0.17.0-alpha-177 | 2,803 | 6/2/2022 |
| 0.17.0-alpha-174 | 2,760 | 5/31/2022 |
| 0.17.0-alpha-173 | 2,758 | 5/31/2022 |
| 0.17.0-alpha-172 | 2,746 | 5/31/2022 |
| 0.17.0-alpha-171 | 2,741 | 5/31/2022 |
| 0.17.0-alpha-170 | 2,774 | 5/30/2022 |
| 0.17.0-alpha-169 | 2,837 | 5/30/2022 |
| 0.16.1 | 17,877,557 | 10/7/2021 |
| 0.16.1-alpha-99 | 3,020 | 6/16/2021 |
| 0.16.1-alpha-96 | 3,277 | 6/15/2021 |
| 0.16.1-alpha-91 | 3,034 | 6/14/2021 |
| 0.16.1-alpha-168 | 2,822 | 5/30/2022 |
| 0.16.1-alpha-167 | 2,775 | 5/30/2022 |
| 0.16.1-alpha-155 | 2,910 | 12/7/2021 |
| 0.16.1-alpha-153 | 2,795 | 12/6/2021 |
| 0.16.1-alpha-152 | 2,952 | 12/6/2021 |
| 0.16.1-alpha-148 | 3,403 | 12/1/2021 |
| 0.16.1-alpha-145 | 5,831 | 11/25/2021 |
| 0.16.1-alpha-144 | 5,495 | 11/25/2021 |
| 0.16.1-alpha-133 | 5,737 | 11/24/2021 |
| 0.16.1-alpha-127 | 2,899 | 11/8/2021 |
| 0.16.1-alpha-125 | 2,862 | 10/22/2021 |
| 0.16.1-alpha-120 | 2,932 | 10/6/2021 |
| 0.16.1-alpha-114 | 2,865 | 8/29/2021 |
| 0.16.1-alpha-112 | 2,855 | 8/3/2021 |
| 0.16.1-alpha-110 | 2,935 | 7/19/2021 |
| 0.16.1-alpha-108 | 2,868 | 6/22/2021 |
| 0.16.1-alpha-106 | 2,986 | 6/18/2021 |
| 0.16.1-alpha-104 | 3,080 | 6/18/2021 |
| 0.16.0 | 5,491,405 | 6/12/2021 |
| 0.16.0-alpha-86 | 2,893 | 6/12/2021 |
| 0.16.0-alpha-85 | 2,869 | 6/12/2021 |
| 0.16.0-alpha-84 | 2,961 | 6/12/2021 |
| 0.16.0-alpha-80 | 2,994 | 6/10/2021 |
| 0.16.0-alpha-79 | 2,918 | 6/10/2021 |
| 0.16.0-alpha-78 | 2,885 | 6/9/2021 |
| 0.16.0-alpha-77 | 2,993 | 6/9/2021 |
| 0.16.0-alpha-76 | 3,002 | 6/9/2021 |
| 0.16.0-alpha-75 | 2,779 | 6/9/2021 |
| 0.16.0-alpha-72 | 2,864 | 6/8/2021 |
| 0.15.0 | 4,830,431 | 4/22/2021 |
| 0.15.0-alpha-14 | 2,876 | 4/22/2021 |
| 0.14.0 | 28,184,292 | 3/31/2020 |
| 0.14.0-alpha-818 | 3,625 | 4/5/2020 |
| 0.14.0-alpha-817 | 3,590 | 4/1/2020 |
| 0.14.0-alpha-813 | 3,605 | 3/30/2020 |
| 0.14.0-alpha-811 | 4,156 | 3/26/2020 |
| 0.14.0-alpha-809 | 3,771 | 3/24/2020 |
| 0.14.0-alpha-805 | 4,498 | 3/17/2020 |
| 0.14.0-alpha-803 | 3,625 | 3/17/2020 |
| 0.14.0-alpha-802 | 3,877 | 3/16/2020 |
| 0.14.0-alpha-801 | 4,644 | 3/16/2020 |
| 0.14.0-alpha-798 | 5,838 | 3/12/2020 |
| 0.14.0-alpha-796 | 3,851 | 3/10/2020 |
| 0.14.0-alpha-794 | 4,787 | 3/1/2020 |
| 0.14.0-alpha-793 | 3,642 | 2/29/2020 |
| 0.14.0-alpha-790 | 3,524 | 2/28/2020 |
| 0.14.0-alpha-789 | 28,798 | 1/29/2020 |
| 0.14.0-alpha-788 | 11,439 | 12/8/2019 |
| 0.14.0-alpha-787 | 8,267 | 10/31/2019 |
| 0.14.0-alpha-784 | 42,361 | 9/26/2019 |
| 0.14.0-alpha-783 | 3,820 | 9/24/2019 |
| 0.13.0 | 4,003,342 | 9/6/2019 |
| 0.13.0-alpha-782 | 3,923 | 9/20/2019 |
| 0.13.0-alpha-775 | 3,685 | 9/19/2019 |
| 0.13.0-alpha-771 | 4,136 | 9/4/2019 |
| 0.13.0-alpha-768 | 5,624 | 8/26/2019 |
| 0.13.0-alpha-766 | 3,784 | 8/23/2019 |
| 0.13.0-alpha-764 | 6,637 | 7/23/2019 |
| 0.13.0-alpha-763 | 6,060 | 7/8/2019 |
| 0.13.0-alpha-760 | 5,853 | 6/27/2019 |
| 0.13.0-alpha-758 | 4,446 | 6/25/2019 |
| 0.13.0-alpha-756 | 6,457 | 6/10/2019 |
| 0.13.0-alpha-754 | 4,291 | 6/10/2019 |
| 0.13.0-alpha-748 | 6,481 | 6/1/2019 |
| 0.13.0-alpha-745 | 4,456 | 5/31/2019 |
| 0.13.0-alpha-744 | 4,349 | 5/30/2019 |
| 0.13.0-alpha-743 | 4,424 | 5/28/2019 |
| 0.13.0-alpha-742 | 4,607 | 5/23/2019 |
| 0.13.0-alpha-739 | 4,359 | 5/22/2019 |
| 0.13.0-alpha-737 | 4,261 | 5/21/2019 |
| 0.13.0-alpha-735 | 5,018 | 5/19/2019 |
| 0.13.0-alpha-734 | 4,359 | 5/18/2019 |
| 0.13.0-alpha-733 | 4,574 | 5/16/2019 |
| 0.12.1 | 3,391,681 | 5/14/2019 |
| 0.12.0 | 50,319 | 5/3/2019 |
| 0.11.0 | 567,958 | 2/12/2019 |
| 0.10.1 | 209,757 | 1/7/2019 |
| 0.10.0 | 53,376 | 1/5/2019 |
| 0.9.11 | 6,638,802 | 11/22/2018 |
| 0.9.10 | 2,341,652 | 7/15/2018 |
| 0.9.9.2 | 2,411,237 | 3/12/2018 |
| 0.9.9.1 | 1,321,559 | 1/3/2018 |
| 0.9.9 | 10,252,982 | 10/7/2016 |
| 0.9.8.1 | 1,235,348 | 9/10/2016 |
| 0.9.8 | 47,369 | 9/3/2016 |
| 0.9.7 | 309,159 | 7/17/2016 |
| 0.9.6 | 549,333 | 5/5/2016 |
| 0.9.5 | 576,435 | 3/16/2016 |
| 0.9.4 | 456,527 | 12/30/2015 |
| 0.9.3 | 86,763 | 10/8/2015 |
| 0.9.2 | 16,648 | 9/24/2015 |
| 0.9.1 | 17,127 | 9/9/2015 |
| 0.9.0 | 18,674 | 8/26/2015 |
| 0.8.9 | 36,512 | 7/29/2015 |
| 0.8.8 | 17,797 | 7/22/2015 |
| 0.8.7.1 | 12,562 | 7/15/2015 |
| 0.8.7 | 9,260 | 7/15/2015 |
| 0.8.6 | 12,134 | 7/8/2015 |
| 0.8.5 | 20,782 | 6/16/2015 |
| 0.8.4.1 | 14,700 | 6/4/2015 |
| 0.8.4 | 8,709 | 6/3/2015 |
| 0.8.3 | 26,415 | 4/21/2015 |
| 0.8.2 | 11,747 | 4/15/2015 |
| 0.8.1 | 34,393 | 2/10/2015 |
| 0.8.0 | 11,163 | 2/2/2015 |
| 0.7.0 | 37,463 | 11/8/2014 |
| 0.6.1 | 53,015 | 8/21/2014 |
| 0.6.0 | 26,336 | 7/27/2014 |
| 0.5.1 | 39,826 | 5/27/2014 |
| 0.5.0 | 29,748 | 4/21/2014 |
| 0.4.0 | 25,011 | 11/21/2013 |
| 0.3.7 | 13,037 | 9/11/2013 |
| 0.3.6 | 9,986 | 9/3/2013 |
| 0.3.5 | 9,259 | 8/29/2013 |
| 0.3.4 | 8,603 | 8/26/2013 |
| 0.3.3 | 8,620 | 8/21/2013 |
| 0.3.2 | 8,532 | 8/18/2013 |
| 0.3.1 | 8,743 | 8/14/2013 |
| 0.3.0 | 8,606 | 7/18/2013 |
| 0.2.9 | 9,945 | 7/10/2013 |
| 0.2.8 | 9,714 | 7/3/2013 |
| 0.2.7 | 9,671 | 6/26/2013 |
| 0.2.6 | 9,486 | 6/19/2013 |
| 0.2.5 | 9,375 | 6/18/2013 |
| 0.2.4 | 9,270 | 6/16/2013 |
| 0.2.3 | 9,196 | 6/12/2013 |
| 0.2.2 | 9,182 | 6/9/2013 |
| 0.2.1 | 9,190 | 6/9/2013 |
| 0.2.0 | 28,619 | 6/5/2013 |