Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一些 Httprequest 并在路上我希望我的应用程序继续前进,到另一个 xaml 页面。盲目地做这个Visual Studio指出我不能做这个跨界。
我怎么NavigationService.Navigate()能从另一个线程?
NavigationService.Navigate()
将其包装在Dispatcher.BeginInvoke通话中
Dispatcher.BeginInvoke