HtmlNodeCollectionGetTreatTextAsNode Method
Return a value indicating whether text on normal nodes is always
treated as separate text nodes.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 26.2218.4544
public static bool GetTreatTextAsNode(
HtmlNodeCollection nodes
)
Public Shared Function GetTreatTextAsNode (
nodes As HtmlNodeCollection
) As Boolean
No code example is currently available or this language may not be supported.
- nodes HtmlNodeCollection
-
Reference to the collection of nodes at which the search for the
setting will begin.
Boolean
True if the parent HtmlDocument has TreatTextAsNode is true. Otherwise,
false.