XmlDocument.DocumentUri Property

Definition

Returns the URL for the last loaded XML document.

public:
 property Platform::String ^ DocumentUri { Platform::String ^ get(); };
winrt::hstring DocumentUri();
public string DocumentUri { get; }
var string = xmlDocument.documentUri;
Public ReadOnly Property DocumentUri As String

Property Value

String

Platform::String

winrt::hstring

The URL for the last loaded XML document.

Applies to