Summary
Navigates asynchronously to source content located at a uniform resource identifier (URI), and pass an object that contains data to be used for processing during navigation.
Syntax
[System.Diagnostics.DebuggerNonUserCode]
public bool Navigate(Uri source, object extraData)
Attributes
| Type |
Description |
| DebuggerNonUserCodeAttribute |
|
Parameters
| Name |
Type |
Description |
| source |
Uri |
A Uri object initialized with the URI for the desired content. |
| 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. |