CWebView2.Navigatemethod
Cause a navigation of the top-level document to run to the specified URI.
Syntax
FUNCTION Navigate (BYVAL uri AS LPCWSTR) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
uri | [in] The URI where to navigate. |
Description
Cause a navigation of the top-level document to run to the specified URI.
Reference
- Defined in AfxNova/CWebView2.inc:610
- Documented in WebView/CWebWiew2 Class.md
- Topic: CWebView2 Class