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: 2.4.0.0 (2.4.0.0)
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