This topic has not yet been rated - Rate this topic

Uri.DisplayIri | displayIri property

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

Syntax


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

Property value

Type: String [JavaScript] | Platform::String [C++]

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

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Foundation
Windows::Foundation [C++]

Metadata

Windows.winmd

See also

Uri
AbsoluteCanonicalUri

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.