WebBrowser.NavigationFailed Event

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Occurs after the WebBrowser control fails to navigate.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Event NavigationFailed As NavigationFailedEventHandler
public event NavigationFailedEventHandler NavigationFailed
<object NavigationFailed="NavigationFailedEventHandler" .../>

Remarks

The event arguments contain information about why navigation failed.

To display a custom error page when registered for this event, set the Handled property of the event arguments to true, and supply HTML content for the error page.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

WebBrowser Class

Microsoft.Phone.Controls Namespace