Skip to content

PdFramework/HtmlQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HtmlQuery is intended to be a jQuery-esque library for C#. By feeding the library Html code, it parses the DOM and creates a representation of the DOM in C# objects which then can be queried using a similar syntax to the popular Javascript library jQuery.

While HTMLAgilityPack and Fizzler have been used for this in the past, I was hoping to create one library that contains both and is very quick through its parsing function and through its use of Expression trees to build up the query function.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published