HtmlUtilDecodeHtmlText(HtmlNodeCollection) Method

Decode the text contents of the provided node collection.

Definition

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

Parameters

nodes  HtmlNodeCollection
Reference to the collection of nodes whose contents will be decoded.

See Also