ShellToast.NavigationUri Property

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

Gets or sets the URI to navigate to if the user taps the toast message.

Namespace:  Microsoft.Phone.Shell
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 URI to navigate to if the user taps the toast message.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

ShellToast Class

Microsoft.Phone.Shell Namespace