Uri.AbsoluteCanonicalUri Property

Gets a fully canonicalized RFC-complaint representation of the current URI.

Syntax

public:
property String^ AbsoluteCanonicalUri {
         String^ get ();
}  

Property value

Type: String 

  The canonical URI.

Remarks

The canonical URI has all non-US ASCII characters represented as percent-encoded UTF-8 and as punycode in the hostname.

The AbsoluteCanonicalUri property is the inverse of the DisplayIri property.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Uri Class

Uri Members

Windows.Foundation Namespace