Click or drag to resize
HtmlNodeIsEmptyElement Method
Determines if an element node is defined as empty.

Namespace: WorkflowGen.My.HtmlAgilityPack
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static bool IsEmptyElement(
	string name
)

Parameters

name
Type: SystemString
The name of the element node to check. May not be null.

Return Value

Type: Boolean
true if the name is the name of an empty element node, false otherwise.
See Also