HtmlNodeExtensions Methods

IronWebScraper

HtmlNodeExtensions Methods

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