Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 630 Bytes

webview_navigationfailed.md

File metadata and controls

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

Windows.UI.Xaml.Controls.WebView.NavigationFailed

-description

Note

NavigationFailed may be altered or unavailable for releases after Windows 8.1. Instead, use NavigationCompleted.

Occurs when the WebView cannot complete the navigation attempt.

-xaml-syntax

<WebView NavigationFailed="eventhandler" />

-remarks

-examples

-see-also