Summary
Navigates asynchronously to content that is contained by an object, and passes an object that contains data to be used for processing during navigation.
Syntax
[System.Diagnostics.DebuggerNonUserCode]
public bool Navigate(object content, object extraData)
Attributes
| Type |
Description |
| DebuggerNonUserCodeAttribute |
|
Parameters
| Name |
Type |
Description |
| content |
object |
An Object that contains the content to navigate to. |
| extraData |
object |
A Object that contains data to be used for processing during navigation. |
Return Value
| Type |
Description |
| bool |
true if a navigation is not canceled; otherwise, false. |