Windows.UI.Xaml.Controls.WebView.FrameNavigationStarting

May 17, 2019 · View on GitHub

-description

Occurs before a frame in the WebView navigates to new content.

-xaml-syntax

<WebView FrameNavigationStarting="eventhandler"/>

-remarks

You can cancel navigation in a handler for this event by setting the WebViewNavigationStartingEventArgs.Cancel property to true.

WebView navigation events occur in the following order:

Similar events occur in the same order for each iframe in the WebView content:

-examples

-see-also

WebViewNavigationStartingEventArgs