HtmlNodeExtensions Methods
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
HtmlNodeExtensions Methods |
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.
|