有没有办法让我的fallbackURI可以将应用程序重定向到winRT app中的webview(.xaml)
LauncherOptions Options = new LauncherOptions();
Options.FallbackUri = new Uri("ms-appx:///abc.xaml", UriKind.Absolute);
await Windows.System.Launcher.LaunchUriAsync(uri,Options);
请帮助。
答案 0 :(得分:0)