HtmlUtilDecodeHtmlText(HtmlNodeCollection) Method

Decode the text contents of the provided node collection.

Definition

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

Parameters

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

See Also