Method Navigate
Navigate(string, params Argument[])
Navigate to the destination with the given name.
Declaration
public bool Navigate(string actionOrDestination, params Argument[] arguments)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | actionOrDestination | The name of the destination or action.  | 
    
| Argument[] | arguments | The arguments to pass to the destination.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the navigation was successful.  | 
    
Navigate(string, NavOptions, params Argument[])
Navigate to the destination with the given name.
Declaration
public bool Navigate(string route, NavOptions options, params Argument[] arguments)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | route | The route to the destination.  | 
    
| NavOptions | options | The options to use for the navigation.  | 
    
| Argument[] | arguments | The arguments to pass to the destination.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | 
Navigate(Uri, NavOptions)
Navigate to the destination with the given DeepLink.
Declaration
public bool Navigate(Uri deepLink, NavOptions options = null)
Parameters
| Type | Name | Description | 
|---|---|---|
| Uri | deepLink | The DeepLink to navigate to.  | 
    
| NavOptions | options | The options to use for the navigation.  | 
    
Returns
| Type | Description | 
|---|---|
| bool |