Click or drag to resize

HtmlNodeNavigatorMoveTo Method

Moves to the same position as the specified HtmlNavigator.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public override bool MoveTo(
	XPathNavigator other
)

Parameters

other
Type: System.Xml.XPathXPathNavigator
The HtmlNavigator positioned on the node that you want to move to.

Return Value

Type: Boolean
true if successful, otherwise false. If false, the position of the navigator is unchanged.
See Also