HtmlNodeExtensions.CSS Method
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
HtmlNodeExtensionsCSS Method |
Searched multiple HtmlNodes for the given CSS Selector, and returns all distinct matches.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
public static HtmlNode[] CSS( this IEnumerable<HtmlNode> nodes, string selector )
<ExtensionAttribute> Public Shared Function CSS ( nodes As IEnumerable(Of HtmlNode), selector As String ) As HtmlNode()
Parameters
- nodes
- Type: System.Collections.GenericIEnumerableHtmlNode
HtmlNodes to search - selector
- Type: SystemString
A CSS query selector