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

System.Xml.XmlNode.BaseURI Property

The base URI of the node.

public virtual string BaseURI { get; }

Value

The base URI of the node, or an empty string if the node has no base URI.

Remarks

The base URI is the URI of the document containing the node. The base URI is set when the document containing this node is loaded. It cannot be modified.

Requirements

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