Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 546 Bytes

NavigationEvent.md

File metadata and controls

29 lines (21 loc) · 546 Bytes
description title author ms.author ms.date ms.topic ms.prod keywords
Contains information about the webview navigation
NavigationEvent object
MSEdgeTeam
msedgedevrel
02/12/2018
reference
microsoft-edge
webview, windows 10 apps, uwp, edge

NavigationEvent object

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