HtmlNodeCollectionContentEmpty 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(
HtmlNodeCollection value
)
Public Shared Function ContentEmpty (
value As HtmlNodeCollection
) As Boolean
No code example is currently available or this language may not be supported.
- value HtmlNodeCollection
-
Value to inspect.
Boolean
True if no printable content exists in the node.