Html Agility Pack Documentation

repository·master·Indexed 25 days ago

https://github.com/zzzprojects/html-agility-pack

A .NET library for parsing and manipulating HTML documents. It provides a read/write DOM designed to handle malformed, real-world HTML and supports XPath and XSLT for querying and transforming documents.

Tokens
202
Snippets
1
Records
2
Agent score
34%

What's inside Html Agility Pack

  1. Overview of Html Agility Pack

    master
    Html Agility Pack (HAP) is an agile HTML parser for .NET that builds a read/write DOM. It is designed to be highly tolerant of malformed HTML found in the wild. The object model is similar to System.Xml, making it intuitive for developers familiar with XML processing. It supports plain XPath and XSLT for querying and transforming documents.
  2. Install Html Agility Pack

    master

    You can install Html Agility Pack (HAP) using the NuGet Package Manager or the .NET CLI. HAP is a .NET library used to parse HTML files, providing a read/write DOM that is highly tolerant of malformed 'real world' HTML. It supports XPath and XSLT.

    PM> NuGet\Install-Package HtmlAgilityPack
    dotnet add package HtmlAgilityPack