Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 848 Bytes

webview_unsafecontentwarningdisplaying.md

File metadata and controls

28 lines (19 loc) · 848 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Controls.WebView.UnsafeContentWarningDisplaying
winrt event

Windows.UI.Xaml.Controls.WebView.UnsafeContentWarningDisplaying

-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.

-examples

-see-also