![]() | INavigationService Interface |
Namespace: Cimbalino.Toolkit.Services
public interface INavigationService
The INavigationService type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanGoBack |
Gets a value indicating whether there is at least one entry in back navigation history.
|
![]() | CanGoForward |
Gets a value indicating whether there is at least one entry in forward navigation history.
|
![]() | CurrentParameter |
Gets any parameter object passed to the target page for the navigation.
|
![]() | CurrentSource |
Gets the uniform resource identifier (URI) of the content that is currently displayed.
|
![]() | QueryString |
Gets a collection of query string values.
|
Name | Description | |
---|---|---|
![]() | GoBack |
Navigates to the most recent item in back navigation history.
|
![]() | GoForward |
Navigates to the most recent item in forward navigation history.
|
![]() | Navigate(String) |
Navigates to the content specified by the uniform resource identifier (URI).
|
![]() | Navigate(Type) |
Navigates to the content specified by the type reference.
|
![]() | Navigate(Uri) |
Navigates to the content specified by the uniform resource identifier (URI).
|
![]() | Navigate(Type, Object) |
Navigates to the content specified by the type reference.
|
![]() | NavigateT |
Navigates to the content specified by the type reference.
|
![]() | NavigateT(Object) |
Navigates to the content specified by the type reference.
|
![]() | RegisterFrame |
Attempts to register the specified object as the active frame instance.
|
![]() | RemoveBackEntry |
Removes the most recent available entry from the back stack.
|
Name | Description | |
---|---|---|
![]() | BackKeyPressed |
Occurs when the user presses the hardware Back button.
|
![]() | Navigated |
Occurs when the content that is being navigated to has been found and is available, although it may not have completed loading.
|