HtmlNodeNavigatorMoveTo Method  | 
 
            Moves to the same position as the specified HtmlNavigator.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic override bool MoveTo(
	XPathNavigator other
)
Public Overrides Function MoveTo ( 
	other As XPathNavigator
) As Boolean
Parameters
- other
 - Type: System.Xml.XPathXPathNavigator
The HtmlNavigator positioned on the node that you want to move to. 
Return Value
Type: 
Booleantrue if successful, otherwise false. If false, the position of the navigator is unchanged.
See Also