WalletItem.NavigationUri Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a relative URI to a page in the app.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property NavigationUri As Uri
public Uri NavigationUri { get; set; }
<object NavigationUri="Uri" .../>

Property Value

Type: System..::.Uri
The navigation URI of the wallet item.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The specified Uri is not a relative URI.

Remarks

The Uri must be a relative URI.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace