Interface INavigateAsync
Provides methods to perform navigation.
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface INavigateAsync
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 System.Uri.
Declaration
void RequestNavigate(Uri target, Action<NavigationResult> navigationCallback)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | target | The navigation target |
System.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.