Прочетете на английски Редактиране

Споделяне чрез


XPathNavigator.BaseURI Property

Definition

When overridden in a derived class, gets the base URI for the current node.

C#
public abstract string BaseURI { get; }

Property Value

The location from which the node was loaded, or Empty if there is no value.

Remarks

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. DTD entities are an example of this aggregated data, but it is not limited to DTDs. The BaseURI property tells you where these nodes originate from.

For example, if the XML data is loaded from http://server/mydata.xml, the BaseURI property returns http://server/mydata.xml.

Бележка

Nodes created using the XPathNavigator class have the same BaseURI as the XML document the XPathNavigator was created from.

Applies to

Продукт Версии
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1