HtmlNode.TextContent Property

IronWebScraper

HtmlNodeTextContent Property

Gets the text content of the HtmlNode and all of its descendants.

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

Property Value

Type: String
See Also