HtmlNodeCollectionGetPreserveSpace Method
Return a value indicating whether whitespace is preserved everywhere in
the document.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool GetPreserveSpace(
HtmlNodeCollection nodes
)
Public Shared Function GetPreserveSpace (
nodes As HtmlNodeCollection
) As Boolean
No code example is currently available or this language may not be supported.
- nodes HtmlNodeCollection
-
Reference to a collection of nodes to test.
Boolean
Value indicating whether elements are separated by line on this
document.