Frame::Navigate Method
.NET Framework (current version)
Navigates asynchronously to the specified source content.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Navigate(Object^) | Navigates asynchronously to content that is contained by an object. |
![]() | 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^) | Navigates asynchronously to content that is specified by a uniform resource identifier (URI). |
![]() | Navigate(Uri^, Object^) | Navigates asynchronously to source content located at a uniform resource identifier (URI), and passes an object that contains data to be used for processing during navigation. |
Show:
