Navigate Method
Collapse the table of content
Expand the table of content

INavigate.Navigate Method

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

Displays the content located at the specified URI.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

bool Navigate(
	Uri source
)

Parameters

source
Type: System.Uri
The URI of the content to display.

Return Value

Type: System.Boolean
true if the content was successfully displayed; otherwise, false.

Use this method to navigate to provide application navigation to a URI internal to the current Windows Phone application.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft