HtmlNodeExtensions Class
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
HtmlNodeExtensions Class |
Extension methods for finding elements within with IEnumerable<HtmlNode>
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
The HtmlNodeExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainingText |
Returns all HtmlNodes in the collection that contain the search text.
| |
| ContainingTextCaseInsensitive |
Returns all HtmlNodes in the collection that contain the search text.
Case Insensitive.
| |
| CSS |
Searched multiple HtmlNodes for the given CSS Selector, and returns all distinct matches.
|