HtmlNodeCollectionGetLineFeed Method
Return a value indicating whether HTML elements are terminated with
line feeds.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool GetLineFeed(
HtmlNodeCollection nodes
)
Public Shared Function GetLineFeed (
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.