HtmlAgilityPack 1.4.9
dotnet add package HtmlAgilityPack --version 1.4.9
NuGet\Install-Package HtmlAgilityPack -Version 1.4.9
<PackageReference Include="HtmlAgilityPack" Version="1.4.9" />
paket add HtmlAgilityPack --version 1.4.9
#r "nuget: HtmlAgilityPack, 1.4.9"
// Install HtmlAgilityPack as a Cake Addin #addin nuget:?package=HtmlAgilityPack&version=1.4.9 // Install HtmlAgilityPack as a Cake Tool #tool nuget:?package=HtmlAgilityPack&version=1.4.9
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net40-client is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl3-wp is compatible. sl4 is compatible. sl5 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on HtmlAgilityPack:
Package | Downloads |
---|---|
UmbracoCms.Core
Contains the core assemblies needed to run Umbraco Cms. This package only contains assemblies and can be used for package development. Use the UmbracoCms-package to setup Umbraco in Visual Studio as an ASP.NET project. |
|
ExchangeAPI
Sport Exchanges Hi Level wrapper library |
|
AFL
AFL Core |
GitHub repositories (278)
Showing the top 5 popular GitHub repositories that depend on HtmlAgilityPack:
Repository | Stars |
---|---|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
ppy/osu
rhythm is just a *click* away!
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
Richasy/Bili.Uwp
适用于新系统UI的哔哩
|
|
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
|
Built in Release mode compared to 1.4.8 being in debug mode accidentally