Click or drag to resize

HtmlNodeNavigatorMoveToNamespace Method

Moves the XPathNavigator to the namespace node with the specified local name. Always returns false for the HtmlNavigator implementation.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public override bool MoveToNamespace(
	string name
)

Parameters

name
Type: SystemString
The local name of the namespace node.

Return Value

Type: Boolean
Always returns false for the HtmlNavigator implementation.
See Also