Метод | Описание | |
---|---|---|
RequestNavigate ( this navigation, |
Initiates navigation to the target specified by the Uri.
|
|
RequestNavigate ( this navigation, string target ) : void |
Initiates navigation to the target specified by the target.
|
|
RequestNavigate ( this navigation, string target, Action |
Initiates navigation to the target specified by the target.
|
public static RequestNavigate ( this navigation, |
||
navigation | this | The navigation object. |
target | The navigation target | |
Результат | void |
public static RequestNavigate ( this navigation, string target ) : void | ||
navigation | this | The navigation object. |
target | string | The navigation target |
Результат | void |
public static RequestNavigate ( this navigation, string target, Action |
||
navigation | this | The navigation object. |
target | string | The navigation target |
navigationCallback | Action |
The callback executed when the navigation request is completed. |
Результат | void |