HtmlNode.NodeName Property

IronWebScraper

HtmlNodeNodeName Property

Name of the HtmlNode such as "div" "p" or "#text"

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public string NodeName { get; }
Public ReadOnly Property NodeName As String
	Get

Property Value

Type: String
See Also