HtmlNodeItemGetTreatTextAsNode 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(
HtmlNodeItem node
)
Public Shared Function GetTreatTextAsNode (
node As HtmlNodeItem
) As Boolean
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node at which the search for the setting will begin.
Boolean
True if the parent HtmlDocument has TreatTextAsNode is true. Otherwise,
false.