HtmlUtilGetText(HtmlNodeItem) Method

Return only the text content of the provided HTML node.

Definition

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

Parameters

node  HtmlNodeItem
Reference to the HTML node to evaluate.

Return Value

String
The text-only content of the node.

See Also