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