| HtmlNodeNavigatorMoveToAttribute Method  | 
            Moves to the HTML attribute with matching LocalName and NamespaceURI.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic 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