NavigationService.Navigate Method (System.Windows.Navigation)

Switch View :
ScriptFree
Windows Phone Class Library
NavigationService.Navigate Method

March 22, 2012

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

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

Visual Basic (Declaration)
Public Function Navigate ( _
	source As Uri _
) As Boolean
C#
public bool Navigate(
	Uri source
)

Parameters

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

Return Value

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

Windows Phone OS

Supported in: 7.1, 7.0
Platforms

Windows Phone

See Also

Reference