HtmlNodeIsClosedElement Method |
Determines if an element node is closed.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public static bool IsClosedElement(
string name
)
Public Shared Function IsClosedElement (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the element node to check. May not be null.
Return Value
Type:
Booleantrue if the name is the name of a closed element node, false otherwise.
See Also