Frame.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).
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- source
- Type: System.Uri
A URI object initialized with the URI for the desired content.
Return Value
Type: System.BooleanReturns Boolean. true if the navigation started successfully; otherwise, false.
Implements
INavigate.Navigate(Uri)
Show: