DocumentDocumentURI Property |
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.5
Syntaxpublic string DocumentURI { get; }
Public ReadOnly Property DocumentURI As String
Get
public:
property String^ DocumentURI {
String^ get ();
}
member DocumentURI : string with get
Property Value
Type:
StringThe document URI.
See Also