Windows.UI.Xaml.Controls.WebView.UnsafeContentWarningDisplaying
February 8, 2017 ยท View on GitHub
-description
Occurs when the WebView shows a warning page for content that was reported as unsafe by SmartScreen Filter.
-xaml-syntax
<WebView UnsafeContentWarningDisplaying="eventhandler" />
-remarks
This event is not implemented on Windows Phone 8.1 and will never be raised.
This event occurs when the warning page appears. If the user chooses to continue the navigation, subsequent navigation to the page will not display the warning nor fire the event.