MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
230 stars 494 forks source link

NavigationFailed Documentation missing #2353

Closed DesertYew closed 9 months ago

DesertYew commented 1 year ago

NavigationFailed only documents use in Web app, but it appears in other app types as well in the App.g.i.cs file. No help in creating a handler in a windows app.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

jwmsft commented 9 months ago

WebView.NavigationFailed was deprecated in Windows 8.1. NavigationCompleted should be used instead.