HtmlNodeIsOverlappedClosingElement Method |
Determines if a text corresponds to the closing tag of an node that can be kept overlapped.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public static bool IsOverlappedClosingElement(
string text
)
Public Shared Function IsOverlappedClosingElement (
text As String
) As Boolean
Parameters
- text
- Type: SystemString
The text to check. May not be null.
Return Value
Type:
Booleantrue or false.
See Also