oqueeh
.net
All topics
>
C#
Parsing HTML5 using CsQuery
CQ
cq
=
CQ
.
Create
(
html
);
var
linkElements
=
cq
.
Find
(
"a"
);
Know more:
GitHub - jamietre/CsQuery: CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
What is CsQuery?