HtmlUtilDecodeHtmlText(HtmlNodeCollection) Method
Decode the text contents of the provided node collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void DecodeHtmlText(
HtmlNodeCollection nodes
)
Public Shared Sub DecodeHtmlText (
nodes As HtmlNodeCollection
)
No code example is currently available or this language may not be supported.
Parameters
- nodes HtmlNodeCollection
-
Reference to the collection of nodes whose contents will be decoded.