Click or drag to resize

HtmlNodeNavigatorMoveToAttribute Method

Moves to the HTML attribute with matching LocalName and NamespaceURI.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public override bool MoveToAttribute(
	string localName,
	string namespaceURI
)

Parameters

localName
Type: SystemString
The local name of the HTML attribute.
namespaceURI
Type: SystemString
The namespace URI of the attribute. Unsupported with the HtmlNavigator implementation.

Return Value

Type: Boolean
true if the HTML attribute is found, otherwise, false. If false, the position of the navigator does not change.
See Also