AngleSharp 0.14.0-alpha-802

This is a prerelease version of AngleSharp.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AngleSharp --version 0.14.0-alpha-802
                    
NuGet\Install-Package AngleSharp -Version 0.14.0-alpha-802
                    
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="AngleSharp" Version="0.14.0-alpha-802" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AngleSharp" Version="0.14.0-alpha-802" />
                    
Directory.Packages.props
<PackageReference Include="AngleSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AngleSharp --version 0.14.0-alpha-802
                    
#r "nuget: AngleSharp, 0.14.0-alpha-802"
                    
#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.
#:package AngleSharp@0.14.0-alpha-802
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AngleSharp&version=0.14.0-alpha-802&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AngleSharp&version=0.14.0-alpha-802&prerelease
                    
Install as a Cake Tool

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 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 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (453)

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

AngleSharp.Diffing

Provides a complete diffing model of HTML.

GitHub repositories (121)

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.
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
AIDotNet/OpenDeepWiki
OpenDeepWiki is the open-source version of the DeepWiki project, aiming to provide a powerful knowledge management and collaboration platform. The project is mainly developed using C# and TypeScript, supporting modular design, and is easy to expand and customize.
Version Downloads Last Updated
1.4.1-beta.502 462 11/14/2025
1.4.0 49,628 11/12/2025
1.4.0-beta.499 246 11/12/2025
1.4.0-beta.497 247 11/12/2025
1.4.0-beta.496 308 11/10/2025
1.4.0-beta.495 205 11/9/2025
1.4.0-beta.493 166 11/9/2025
1.3.1 35,016 11/8/2025
1.3.1-beta.491 45,674 7/22/2025
1.3.1-beta.490 516 7/14/2025
1.3.1-beta.486 9,788 5/26/2025
1.3.0 2,287,990 4/18/2025
1.3.0-beta.484 213 5/23/2025
1.3.0-beta.477 256 4/18/2025
1.3.0-beta.476 323 4/17/2025
1.3.0-beta.470 4,086 3/24/2025
1.3.0-beta.468 12,297 2/2/2025
1.3.0-beta.466 868 1/29/2025
1.2.0 3,624,348 12/31/2024
1.2.0-beta.457 328 1/26/2025
1.2.0-beta.456 217 1/26/2025
1.2.0-beta.449 229 12/31/2024
1.2.0-beta.448 236 12/31/2024
1.2.0-beta.439 22,229 10/1/2024
1.2.0-beta.431 7,726 7/28/2024
1.2.0-beta.423 26,566 4/14/2024
1.2.0-beta.420 300 4/13/2024
1.2.0-beta.419 281 4/13/2024
1.2.0-beta.418 267 4/13/2024
1.2.0-beta.410 48,519 3/20/2024
1.2.0-beta.408 574 3/18/2024
1.1.2 10,285,627 3/7/2024
1.1.2-beta.407 254 3/18/2024
1.1.2-beta.395 248 3/7/2024
1.1.1 800,116 3/1/2024
1.1.1-beta.392 265 2/29/2024
1.1.1-beta.390 253 2/29/2024
1.1.1-beta.389 254 2/29/2024
1.1.1-beta.388 272 2/29/2024
1.1.1-beta.387 539 2/27/2024
1.1.1-beta.386 285 2/25/2024
1.1.1-beta.385 264 2/25/2024
1.1.0 3,034,128 1/18/2024
1.1.0-beta.384 269 2/23/2024
1.1.0-alpha-379 1,571 1/17/2024
1.1.0-alpha-378 1,520 1/16/2024
1.1.0-alpha-377 1,505 1/16/2024
1.1.0-alpha-376 1,624 1/14/2024
1.1.0-alpha-375 1,660 1/11/2024
1.1.0-alpha-374 1,584 1/11/2024
1.0.7 2,489,041 11/17/2023
1.0.7-alpha-342 1,912 11/16/2023
1.0.6 148,629 11/11/2023
1.0.6-alpha-341 1,917 11/16/2023
1.0.6-alpha-339 1,896 11/16/2023
1.0.6-alpha-331 1,989 11/11/2023
1.0.6-alpha-330 2,130 11/9/2023
1.0.6-alpha-328 2,006 11/9/2023
1.0.6-alpha-325 14,121 10/17/2023
1.0.6-alpha-321 3,641 10/3/2023
1.0.5 587,629 10/3/2023
1.0.5-alpha-317 2,263 10/3/2023
1.0.4 5,401,747 6/24/2023
1.0.4-alpha-316 2,138 9/25/2023
1.0.4-alpha-314 2,555 8/22/2023
1.0.4-alpha-311 2,561 8/20/2023
1.0.4-alpha-307 2,380 8/20/2023
1.0.4-alpha-301 2,723 7/12/2023
1.0.4-alpha-300 2,920 7/12/2023
1.0.4-alpha-298 2,816 7/12/2023
1.0.4-alpha-290 2,779 6/24/2023
1.0.4-alpha-289 2,899 6/23/2023
1.0.3 243,120 6/8/2023
1.0.3-alpha-287 2,850 6/7/2023
1.0.2 414,840 6/4/2023
1.0.2-alpha-284 2,795 6/4/2023
1.0.2-alpha-283 2,805 6/4/2023
1.0.2-alpha-282 2,861 6/4/2023
1.0.2-alpha-281 12,307 4/28/2023
1.0.2-alpha-278 29,400 2/22/2023
1.0.2-alpha-277 2,783 2/22/2023
1.0.2-alpha-276 2,951 2/22/2023
1.0.2-alpha-275 2,783 2/22/2023
1.0.2-alpha-274 2,730 2/22/2023
1.0.2-alpha-273 2,827 2/22/2023
1.0.2-alpha-261 3,982 2/21/2023
1.0.2-alpha-258 2,827 2/21/2023
1.0.2-alpha-257 2,826 2/21/2023
1.0.2-alpha-255 2,764 2/21/2023
1.0.2-alpha-251 2,832 2/21/2023
1.0.2-alpha-250 2,812 2/21/2023
1.0.2-alpha-249 2,855 2/21/2023
1.0.1 2,136,086 1/16/2023
1.0.1-alpha-248 2,759 2/21/2023
1.0.1-alpha-243 2,849 2/21/2023
1.0.1-alpha-242 2,697 2/21/2023
1.0.1-alpha-241 2,909 2/21/2023
1.0.1-alpha-235 2,760 1/16/2023
1.0.0 2,239,171 1/10/2023
1.0.0-ci-228 3,263 1/9/2023
1.0.0-alpha-231 2,843 1/9/2023
1.0.0-alpha-229 2,804 1/9/2023
0.17.1 60,419,952 6/2/2022
0.17.1-alpha-179 2,856 6/2/2022
0.17.1-alpha-178 2,759 6/2/2022
0.17.0 11,448,164 5/31/2022
0.17.0-alpha-177 2,821 6/2/2022
0.17.0-alpha-174 2,776 5/31/2022
0.17.0-alpha-173 2,770 5/31/2022
0.17.0-alpha-172 2,761 5/31/2022
0.17.0-alpha-171 2,756 5/31/2022
0.17.0-alpha-170 2,798 5/30/2022
0.17.0-alpha-169 2,857 5/30/2022
0.16.1 18,021,023 10/7/2021
0.16.1-alpha-99 3,048 6/16/2021
0.16.1-alpha-96 3,295 6/15/2021
0.16.1-alpha-91 3,065 6/14/2021
0.16.1-alpha-168 2,839 5/30/2022
0.16.1-alpha-167 2,791 5/30/2022
0.16.1-alpha-155 2,926 12/7/2021
0.16.1-alpha-153 2,809 12/6/2021
0.16.1-alpha-152 2,970 12/6/2021
0.16.1-alpha-148 3,420 12/1/2021
0.16.1-alpha-145 5,852 11/25/2021
0.16.1-alpha-144 5,513 11/25/2021
0.16.1-alpha-133 5,752 11/24/2021
0.16.1-alpha-127 2,917 11/8/2021
0.16.1-alpha-125 2,882 10/22/2021
0.16.1-alpha-120 2,948 10/6/2021
0.16.1-alpha-114 2,879 8/29/2021
0.16.1-alpha-112 2,875 8/3/2021
0.16.1-alpha-110 2,953 7/19/2021
0.16.1-alpha-108 2,883 6/22/2021
0.16.1-alpha-106 3,003 6/18/2021
0.16.1-alpha-104 3,101 6/18/2021
0.16.0 5,524,034 6/12/2021
0.16.0-alpha-86 2,909 6/12/2021
0.16.0-alpha-85 2,886 6/12/2021
0.16.0-alpha-84 2,983 6/12/2021
0.16.0-alpha-80 3,010 6/10/2021
0.16.0-alpha-79 2,940 6/10/2021
0.16.0-alpha-78 2,900 6/9/2021
0.16.0-alpha-77 3,008 6/9/2021
0.16.0-alpha-76 3,019 6/9/2021
0.16.0-alpha-75 2,799 6/9/2021
0.16.0-alpha-72 2,883 6/8/2021
0.15.0 4,848,546 4/22/2021
0.15.0-alpha-14 2,895 4/22/2021
0.14.0 28,394,920 3/31/2020
0.14.0-alpha-818 3,660 4/5/2020
0.14.0-alpha-817 3,612 4/1/2020
0.14.0-alpha-813 3,632 3/30/2020
0.14.0-alpha-811 4,179 3/26/2020
0.14.0-alpha-809 3,792 3/24/2020
0.14.0-alpha-805 4,519 3/17/2020
0.14.0-alpha-803 3,647 3/17/2020
0.14.0-alpha-802 3,899 3/16/2020
0.14.0-alpha-801 4,669 3/16/2020
0.14.0-alpha-798 5,860 3/12/2020
0.14.0-alpha-796 3,876 3/10/2020
0.14.0-alpha-794 4,809 3/1/2020
0.14.0-alpha-793 3,661 2/29/2020
0.14.0-alpha-790 3,547 2/28/2020
0.14.0-alpha-789 28,899 1/29/2020
0.14.0-alpha-788 11,462 12/8/2019
0.14.0-alpha-787 8,307 10/31/2019
0.14.0-alpha-784 42,544 9/26/2019
0.14.0-alpha-783 3,845 9/24/2019
0.13.0 4,015,826 9/6/2019
0.13.0-alpha-782 3,943 9/20/2019
0.13.0-alpha-775 3,708 9/19/2019
0.13.0-alpha-771 4,158 9/4/2019
0.13.0-alpha-768 5,644 8/26/2019
0.13.0-alpha-766 3,815 8/23/2019
0.13.0-alpha-764 6,678 7/23/2019
0.13.0-alpha-763 6,084 7/8/2019
0.13.0-alpha-760 5,876 6/27/2019
0.13.0-alpha-758 4,469 6/25/2019
0.13.0-alpha-756 6,476 6/10/2019
0.13.0-alpha-754 4,317 6/10/2019
0.13.0-alpha-748 6,503 6/1/2019
0.13.0-alpha-745 4,476 5/31/2019
0.13.0-alpha-744 4,378 5/30/2019
0.13.0-alpha-743 4,446 5/28/2019
0.13.0-alpha-742 4,637 5/23/2019
0.13.0-alpha-739 4,379 5/22/2019
0.13.0-alpha-737 4,285 5/21/2019
0.13.0-alpha-735 5,040 5/19/2019
0.13.0-alpha-734 4,378 5/18/2019
0.13.0-alpha-733 4,604 5/16/2019
0.12.1 3,408,101 5/14/2019
0.12.0 50,370 5/3/2019
0.11.0 571,728 2/12/2019
0.10.1 210,879 1/7/2019
0.10.0 53,443 1/5/2019
0.9.11 6,669,942 11/22/2018
0.9.10 2,352,292 7/15/2018
0.9.9.2 2,423,011 3/12/2018
0.9.9.1 1,331,439 1/3/2018
0.9.9 10,291,130 10/7/2016
0.9.8.1 1,276,520 9/10/2016
0.9.8 47,625 9/3/2016
0.9.7 309,912 7/17/2016
0.9.6 550,760 5/5/2016
0.9.5 580,468 3/16/2016
0.9.4 458,781 12/30/2015
0.9.3 86,856 10/8/2015
0.9.2 16,687 9/24/2015
0.9.1 17,219 9/9/2015
0.9.0 18,711 8/26/2015
0.8.9 36,541 7/29/2015
0.8.8 17,825 7/22/2015
0.8.7.1 12,595 7/15/2015
0.8.7 9,302 7/15/2015
0.8.6 12,166 7/8/2015
0.8.5 20,821 6/16/2015
0.8.4.1 26,533 6/4/2015
0.8.4 8,754 6/3/2015
0.8.3 26,446 4/21/2015
0.8.2 11,777 4/15/2015
0.8.1 34,425 2/10/2015
0.8.0 11,193 2/2/2015
0.7.0 37,494 11/8/2014
0.6.1 53,044 8/21/2014
0.6.0 26,367 7/27/2014
0.5.1 39,859 5/27/2014
0.5.0 29,779 4/21/2014
0.4.0 25,042 11/21/2013
0.3.7 13,069 9/11/2013
0.3.6 10,019 9/3/2013
0.3.5 9,289 8/29/2013
0.3.4 8,634 8/26/2013
0.3.3 8,650 8/21/2013
0.3.2 8,563 8/18/2013
0.3.1 8,773 8/14/2013
0.3.0 8,647 7/18/2013
0.2.9 9,976 7/10/2013
0.2.8 9,743 7/3/2013
0.2.7 9,703 6/26/2013
0.2.6 9,516 6/19/2013
0.2.5 9,406 6/18/2013
0.2.4 9,311 6/16/2013
0.2.3 9,225 6/12/2013
0.2.2 9,212 6/9/2013
0.2.1 9,218 6/9/2013
0.2.0 29,005 6/5/2013