Document.DocumentURI

Document.DocumentURI property

The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.

public string DocumentURI { get; }

Property Value

The document URI.

See Also