HtmlNode.InnerTextClean Property

IronWebScraper

HtmlNodeInnerTextClean Property

Gets the text content of the HtmlNode as might be shown to a user.

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

Property Value

Type: String
See Also