HtmlUtilGetText(HtmlNodeItem) Method
Return only the text content of the provided HTML node.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string GetText(
HtmlNodeItem node
)
Public Shared Function GetText (
node As HtmlNodeItem
) As String
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the HTML node to evaluate.
String
The text-only content of the node.