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.3.0.0 (4.3.0.0)
Syntax public override bool MoveToAttribute(
string localName,
string namespaceURI
)
Public Overrides Function MoveToAttribute (
localName As String,
namespaceURI As String
) As Boolean
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:
Booleantrue if the HTML attribute is found, otherwise, false. If false, the position of the navigator does not change.
See Also