Mono Class Library: System.Xml.XmlTextReader Overview | Members

System.Xml.XmlTextReader.NamespaceURI Property

Gets the namespace URI associated with the node on which the reader is positioned. [Edit]

public override string NamespaceURI { get; }

Value

A string containing the namespace URI of the current node or, if no namespace URI is associated with the current node, string.Empty. [Edit]

Remarks

This property is read-only.

This property is relevant to Element and Attribute nodes only.

Note:

Namespaces conform to the W3C "Namespaces in XML" recommendation, REC-xml-names-19990114.

This property overrides XmlReader.NamespaceURI.

[Edit]

Requirements

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