HtmlUtilGetText(HtmlDocument) Method

Return only the text content of the provided HTML document.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string GetText(
	HtmlDocument document
)

Parameters

document  HtmlDocument
Reference to the HTML document to evaluate.

Return Value

String
The text-only content of the document.

See Also