Mono Class Library: System.Xml.XPath.XPathNavigator Overview | Members

System.Xml.XPath.XPathNavigator.GetAttribute Method

Gets the value string of the specified attribute.

public virtual string GetAttribute (string localName, string namespaceURI)

Parameters

localName
The local part of the target attribute name.
namespaceURI
The namespace URI part of the target attribute name.

Returns

The value of the specified attribute. String.Empty if the current node is not element, or specified attribute was not found.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0