System.Xml.XmlParserContext.BaseURI Property

Gets or sets the base URI.

Syntax

public string BaseURI { get; set; }

Value

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

Remarks

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

Requirements

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