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: 4.7.2.0 (4.7.2.0)
Syntaxpublic override XPathNavigator Clone()
Public Overrides Function Clone As XPathNavigator
Return Value
Type: 
XPathNavigatorA new HtmlNavigator object positioned at the same node as the original HtmlNavigator.
See Also