HtmlNode.InnerText Property

IronWebScraper

HtmlNodeInnerText Property

Gets the text content of the HtmlNode as might be shown to a user. Text will be trimmed, with all groups of whitespace turned into a single space character.

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

Property Value

Type: String
See Also