Uri.DisplayIri Property

Gets the decoded unicode characters that make up the current URI.

Syntax

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

Property value

Type: String 

  The decoded unicode characters, when possible. Unsafe values are renamed as percent-encoded UTF-8. Characters in the hostname remain decoded.

Remarks

The DisplayIri property is the inverse of the AbsoluteCanonicalUri property.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Uri Class

Uri Members

Windows.Foundation Namespace