HtmlNodeExtensions Class

IronWebScraper

HtmlNodeExtensions Class

Extension methods for finding elements within with IEnumerable<HtmlNode>
Inheritance Hierarchy
SystemObject  IronWebScraperHtmlNodeExtensions

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public static class HtmlNodeExtensions
<ExtensionAttribute>
Public NotInheritable Class HtmlNodeExtensions

The HtmlNodeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContainingText
Returns all HtmlNodes in the collection that contain the search text.
Public methodStatic memberContainingTextCaseInsensitive
Returns all HtmlNodes in the collection that contain the search text. Case Insensitive.
Public methodStatic memberCSS
Searched multiple HtmlNodes for the given CSS Selector, and returns all distinct matches.
Top
See Also