NavigationService.Navigate Method

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

Navigates to the content specified by the uniform resource identifier (URI).

Namespace:  System.Windows.Navigation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Function Navigate ( _
    source As Uri _
) As Boolean
public bool Navigate(
    Uri source
)

Parameters

Return Value

Type: System..::.Boolean
true if the navigation started successfully; otherwise, false.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

NavigationService Class

System.Windows.Navigation Namespace

Other Resources

In-app navigation for Windows Phone 8