Click or drag to resize

HtmlToTextConvertTo Method

Converts an HTML node to plain text and writes it to the provided TextWriter.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ConvertTo(
	HtmlNode node,
	TextWriter outText
)

Parameters

node
Type: HtmlNode
The node to convert.
outText
Type: System.IOTextWriter
The TextWriter to which to write the plain text.
See Also