HtmlNode.TextContentClean Property

IronWebScraper

HtmlNodeTextContentClean Property

Gets the text content of the HtmlNode, Trimmed, with all groups of whitespace turned into a single space character. TextContent will include the content of non-printable elements just as style and script nodes.

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

Property Value

Type: String
See Also