HtmlUtilDecodeHtmlText(HtmlNodeItem) Method

Decode the text contents of the provided HTML node.

Definition

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

Parameters

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

See Also