BaseURI Property

XmlParserContext.BaseURI Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the base URI.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public string BaseURI { get; set; }

Property Value

Type: System.String
The base URI to use to resolve the DTD file.

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft