IRegionNavigationService Members
Include Protected Members
Include Inherited Members
The IRegionNavigationService type exposes the following members.
Methods
Name | Description | |
---|---|---|
RequestNavigate |
Initiates navigation to the target specified by the Uri.
(Inherited from INavigateAsync.) |
Extension Methods
Name | Description | |
---|---|---|
RequestNavigate(String) | Overloaded.
Initiates navigation to the target specified by the target.
(Defined by NavigationAsyncExtensions.) |
|
RequestNavigate(Uri) | Overloaded.
Initiates navigation to the target specified by the Uri.
(Defined by NavigationAsyncExtensions.) |
|
RequestNavigate(String, Action<NavigationResult>) | Overloaded.
Initiates navigation to the target specified by the target.
(Defined by NavigationAsyncExtensions.) |
Properties
Name | Description | |
---|---|---|
Journal |
Gets the journal.
|
|
Region |
Gets or sets the region owning this service.
|
Events
Name | Description | |
---|---|---|
Navigated |
Raised when the region is navigated to content.
|
|
Navigating |
Raised when the region is about to be navigated to content.
|
|
NavigationFailed |
Raised when a navigation request fails.
|