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