NavigationService.Navigate Method
.NET Framework 4.5
Navigate asynchronously to the specified source content.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Navigate(Object) | Navigate asynchronously to content that is contained by an object. |
|
Navigate(Uri) | Navigate asynchronously to content that is specified by a uniform resource identifier (URI). |
|
Navigate(Object, Object) | Navigate asynchronously to content that is contained by an object, and pass an object that contains data to be used for processing during navigation. |
|
Navigate(Uri, Object) | Navigate 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. |
|
Navigate(Uri, Object, Boolean) | Navigate asynchronously to source content located at a uniform resource identifier (URI), pass an object containing navigation state for processing during navigation, and sandbox the content. |