NavigationEvent object

Note

The features described in this document are no longer being maintained. For more information on the new WebView2 control, see Introduction to Microsoft Edge WebView2 (Preview).

An object that represents an event fired when navigation is initiated.

Properties

uri

The Uniform Resource Identifier (URI) of the target.

This property is read-only.

var uri = NavigationEvent.uri;

Property value

Type: DOMString