HtmlNodeCollectionGetIncludeComments Method

Return a value indicating whether comments are enabled for this document.

Definition

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

Parameters

nodes  HtmlNodeCollection
Reference to a collection of nodes to test.

Return Value

Boolean
Value indicating whether comments are enabled on this document.

See Also