The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NavigationWindow.Navigate Method
.NET Framework 3.0
Navigate asynchronously to the specified source content.
| Name | Description |
|---|---|
| NavigationWindow.Navigate (Object) | Navigate asynchronously to content that is contained by an object. |
| NavigationWindow.Navigate (Uri) | Navigate asynchronously to content that is specified by a uniform resource identifier (URI). |
| NavigationWindow.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. |
| NavigationWindow.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. |