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

System.Xml.XmlParserContext.BaseURI Property

Gets or sets the base URI. [Edit]

public string BaseURI { set; get; }

Value

A string specifying the base URI to use for resolving the DTD file. [Edit]

Remarks

If an attempt is made to set this property to null, it is set to string.Empty.

Note:

A networked XML document is comprised of chunks of data aggregated using various W3C standard inclusion mechanisms and therefore can contain nodes that come from different places. The XmlParserContext.BaseURI property shows where these nodes originated.

[Edit]

Requirements

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