ICoreWebView2.Navigate

Cause a navigation of the top-level document to run to the specified URI. For more information, navigate to [Navigation events](/microsoft-edge/webview2/concepts/navigation-events).

\> [!NOTE]\n\> This operation starts a navigation and the corresponding NavigationStarting event triggers sometime after Navigate runs.

\snippet ControlComponent.cpp Navigate

interface ICoreWebView2
HRESULT
Navigate
(
in LPCWSTR uri
)
Suggestion Box / Bug Report