HtmlNodeCollectionGetLineFeed Method

Return a value indicating whether HTML elements are terminated with line feeds.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static bool GetLineFeed(
	HtmlNodeCollection nodes
)

Parameters

nodes  HtmlNodeCollection
Reference to a collection of nodes to test.

Return Value

Boolean
Value indicating whether elements are separated by line on this document.

See Also