Cause a navigation of the top-level document to run to the specified URI.
Syntax
Variant = object. Navigate(URL As String)
The Navigate method syntax has these parts:
| Element | Description |
| Object | The object placeholder represents an OrdoWebView2 control |
| URL | String, URL to navigate to |
Remarks