- How to handle 404 URI (Not included in appxManifest->Content URI section) in UWP app.
- If i add URI domain name in appxManifest->Content URI section then msapp-error.html will take care. other wise there is no action in App.
NOTE: I am not using WinJS.
window.location.replace('http://www.google.com');. App won't find this domain in appxManifest->ContentURI section. So it won't redirect to new location. App will stay on same page, at this scenario how can i handle errors, like forcefully terminate app or show message popup. Thanks.<a/>tag to redirect? Or other someting?