Mono Class Library: System.Xml.XmlTextReader Overview | MembersSystem.Xml.XmlTextReader.BaseURI Property |
Gets the base Uniform Resource Identifier (URI) of the current node. [Edit]
|
The base URI of the current node. [Edit]
This property is read-only.
This property is set when the reader is instantiated and defaults to string.Empty.
Note:[Edit]A networked XML document is comprised of chunks of data aggregated using various W3C standard inclusion mechanisms and therefore contains nodes that come from different places. Document Type Definition (DTD) entities are an example of this, but this is not limited to DTDs. The base URI tells where these nodes come from.
This property overrides XmlReader.BaseURI .
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0