项目作者: matarillo

项目描述 :
dcsoup:jsoup HTML Parser的C#端口
高级语言: C#
项目地址: git://github.com/matarillo/dcsoup.git
创建时间: 2015-03-11T14:06:18Z
项目社区:https://github.com/matarillo/dcsoup

开源协议:Other

下载


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.

  1. PM> Install-Package dcsoup

API Reference

You can see the API reference at the github page.

Help file is also avaiable. download dcsoup.chm.