Interface INavigate
Provides methods to perform navigation.
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface INavigate
Remarks
Convenience overloads for the methods in this interface can be found as extension methods on the Sartorius.SAF.Presentation.Regions.NavigationAsyncExtensions class.
Methods
View SourceRequestNavigate(Uri, Action<NavigationResult>)
Initiates navigation to the target specified by the Uri.
Declaration
void RequestNavigate(Uri target, Action<NavigationResult> navigationCallback)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | target | The navigation target |
| Action<NavigationResult> | navigationCallback | The callback executed when the navigation request is completed. |
Remarks
Convenience overloads for this method can be found as extension methods on the Sartorius.SAF.Presentation.Regions.NavigationAsyncExtensions class.