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

System.Xml.XmlTextReader.BaseURI Property

Gets the base Uniform Resource Identifier (URI) of the current node. [Edit]

public override string BaseURI { get; }

Value

The base URI of the current node. [Edit]

Remarks

This property is read-only.

This property is set when the reader is instantiated and defaults to string.Empty.

Note:

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 .

[Edit]

Requirements

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