IronWebScraper - The C# Web Scraping Library
HtmlNodeGetElementsByTagName Method |
Synonym of JavaScript's getElementsByTagName function. Searches inside the current HtmlNode.
Namespace: IronWebScraper
Assembly: IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)

public HtmlNode[] GetElementsByTagName( string tagName )
Public Function GetElementsByTagName ( tagName As String ) As HtmlNode()
Parameters
- tagName
- Type: SystemString
Return Value
Type: HtmlNode