HtmlNodeItemGetTreatTextAsNode Method

Return a value indicating whether text on normal nodes is always treated as separate text nodes.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 26.2218.4544
C#
public static bool GetTreatTextAsNode(
	HtmlNodeItem node
)

Parameters

node  HtmlNodeItem
Reference to the node at which the search for the setting will begin.

Return Value

Boolean
True if the parent HtmlDocument has TreatTextAsNode is true. Otherwise, false.

See Also