HtmlNodeItemContentEmpty Method

Return a value indicating whether there is any printable content within the Node or its children.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static bool ContentEmpty(
	HtmlNodeItem value
)

Parameters

value  HtmlNodeItem
Value to inspect.

Return Value

Boolean
True if no printable content exists in the node.

See Also