Partager via


url Property (DOMDocument)

Returns the URL for the last loaded XML document.

var objurl = objXMLDOMDocument.url;

HRESULT get_url(
  BSTR* urlString
);

General Remarks

The url property is not updated after saving a document with the save method. To update the url property, reload the document using the load method.

This member is an extension of the World Wide Web Consortium (W3C) Document Object Model (DOM).

This property is read-only, and applies to the following interface:

DOMDocument

See Also

load Method | save Method

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.