Previous topicNext topic
Help > Methods >
Navigate

Navigate Method

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

  • Each navigation fires a sequence of navigation-related events :
    • BeforeNavigate : Navigation can be canceled when managing this event
    • NacigationStarting : Navigation can also be canceled when managing this event
    • SourceChanged
    • DocumentComplete
    • NavigationCompleted