XdmNavigator.NormalizedDocumentURI PropertyXdmNavigator.NormalizedDocumentURI PropertyXdmNavigator::NormalizedDocumentURI Property

Gets the normalized document URI.

Syntax

Public MustOverride ReadOnly Property NormalizedDocumentURI As String
        Get
public abstract string NormalizedDocumentURI { get; }
public:
property String^ NormalizedDocumentURI {
    virtual String^ get() abstract;
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

The normalized absolute document URI, EmptyEmptyEmpty if the document URI property is absent, or null a null reference (Nothing in Visual Basic) nullptr if the document URI is invalid or a relative URI.

Remarks

The normalized URI is used to determine whether two documents are the same document.