Windows Phone Class Library
NavigationService.Navigate Method
March 22, 2012
Navigates to the content specified by the uniform resource identifier (URI).
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.BooleanReturns Boolean. true if the navigation started successfully; otherwise, false.
Version Information
Windows Phone OS
Supported in: 7.1, 7.0Platforms
Windows Phone
See Also