SkillAgentSearch skills...

HtmlAgilityPack.CssSelectors.NetCore

NetStandard version of HtmlAgilityPack.CssSelector

Install / Use

/learn @trenoncourt/HtmlAgilityPack.CssSelectors.NetCore
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HtmlAgilityPack.CssSelectors.NetCore · NuGet PRs Welcome GitHub license

NetStandard version of HtmlAgilityPack.CssSelector which use HtmlAgilityPack

Installation

Install-Package HtmlAgilityPack.CssSelectors.NetCore

Usage

var doc = new HtmlAgilityPack.HtmlDocument();
doc.Load(new FileStream("test.html", FileMode.Open));

IList<HtmlNode> nodes = doc.QuerySelectorAll("div .my-class[data-attr=123] > ul li");
HtmlNode node = nodes[0].QuerySelector("p.with-this-class span[data-myattr]");

Buy me a beer

Donate

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated8mo ago
Forks18

Languages

C#

Security Score

67/100

Audited on Jul 20, 2025

No findings