Method | Description | |
---|---|---|
GoBack ( ) : void |
Navigates to the most recent available entry in the back navigation history.
|
|
NavigateTo ( |
Navigates to the content specified by the uniform resource identifier (URI).
|
|
NavigateTo ( string source ) : void |
Navigates to the content specified by the uniform resource identifier (URI).
|
|
RemoveBackEntry ( ) : void |
Removes the most recent available entry from the back stack.
|
Method | Description | |
---|---|---|
EnsureNavigationService ( ) : bool | ||
GetNavigationServiceFromPage ( PhoneApplicationPage page ) : bool |
public NavigateTo ( |
||
source | A |
|
return | void |
public NavigateTo ( string source ) : void | ||
source | string | The URI for the desired content. |
return | void |