HtmlUtilDecodeHtmlText(HtmlNodeItem) Method

Decode the text contents of the provided HTML node.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void DecodeHtmlText(
	HtmlNodeItem node
)

Parameters

node  HtmlNodeItem
Reference to the node whose text contents will be decoded.

See Also