Skip to content

anlei-fu/Html-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Html-Parser

Parse html page in c# language

Provide normal element operation of html dom tree
High speed ,almost 150,000,000 chars per second
A base component of a net spider system

Usage

var page=Downloader.DownloadHtmlWithEncoding("http://www.baidu.com",Encoding.Utf8);
HtmlParser hp=new HtmlParser();
var root=hp.Parse(page);//get the root node html
var title=root.GetAllChildrenByTagName("title")[0];

About

Parse the html file in c# language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages