Click or drag to resize

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: 8.1.3.0 (8.1.3.20220620)
Syntax
public static bool IsOverlappedClosingElement(
	string text
)

Parameters

text
Type: SystemString
The text to check. May not be null.

Return Value

Type: Boolean
true or false.
See Also