IronWebScraper - The C# Web Scraping Library
HtmlNodeExtensions Class |
Extension methods for finding elements within with IEnumerable<HtmlNode>
Inheritance HierarchyNamespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
SyntaxThe HtmlNodeExtensions type exposes the following members.
Methods| 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.
|
See Also
