HtmlNodeItemContentEmpty Method
Return a value indicating whether there is any printable content within
the Node or its children.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool ContentEmpty(
HtmlNodeItem value
)
Public Shared Function ContentEmpty (
value As HtmlNodeItem
) As Boolean
No code example is currently available or this language may not be supported.
- value HtmlNodeItem
-
Value to inspect.
Boolean
True if no printable content exists in the node.