Navigate Method (BrowserWindow)
Class
BrowserWindow
.
Action
Navigates the main document to an URL.
Syntax
C#
browserWindow
.
Navigate
(
url
)
VB
browserWindow
.
Navigate
(
url
)
Variable
Description
url
The URL to navigate to.
String
.