Click or drag to resize

HtmlNodeCanOverlapElement Method

Determines if an element node 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 CanOverlapElement(
	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 element node that can be kept overlapped, false otherwise.
See Also