Click or drag to resize

HtmlNodeNavigatorClone Method

Creates a new HtmlNavigator positioned at the same node as this HtmlNavigator.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public override XPathNavigator Clone()

Return Value

Type: XPathNavigator
A new HtmlNavigator object positioned at the same node as the original HtmlNavigator.
See Also