HtmlNodeCollectionGetTreatTextAsNode 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(
	HtmlNodeCollection nodes
)

Parameters

nodes  HtmlNodeCollection
Reference to the collection of nodes 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