Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 760 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 760 Bytes

dcsoup

dcsoup is a .NET library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.

This library is basically a port of jsoup, a Java HTML parser library. see also: http://jsoup.org/

Installation

To install dcsoup HTML Parser, run the following command in NuGet Package Manager Console.

PM> Install-Package dcsoup

API Reference

You can see the API reference at the github page.

Help file is also avaiable. download dcsoup.chm.