NavigationWindow.Navigate Method
.NET Framework 4.5
Navigates 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) | Navigates asynchronously to content that is contained by an object. |
|
Navigate(Uri) | Navigates asynchronously to content that is specified by a uniform resource identifier (URI). |
|
Navigate(Object, Object) | Navigates asynchronously to content that is contained by an object, and passes an object that contains data to be used for processing during navigation. |
|
Navigate(Uri, Object) | 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. |