问题描述
我需要帮助,因为我无法解决导航2帧的问题。当我从第2帧回到第1帧时,包含webview的第2帧,它在后台保持活动状态。我希望当我回到第2帧时,将在后台停止运行
。谁可以给我一些帮助?
Hi, I need help because I can not solve a problem with navigation 2 frame. When I come back from frame 2 to frame 1, the frame 2, which contains a webview, it remains active in the background. I want that when I go back on frame 2 will stop the running in the background. Who can give me some help?
我试过NavigationCacheMode = NavigationCacheMode.Disabled;但问题仍然存在
I tried NavigationCacheMode = NavigationCacheMode.Disabled; but the problem remains
推荐答案
感谢您在此发帖。
对于您的问题,您的项目是什么? Winform,console还是wpf?
For your question, what is your project? Winform, console, or wpf?
你能提供一些用于测试的代码吗?
Could your provide some code for use to test?
最好的问候,
Wendy
这篇关于[UWP] [C#]帮助goback框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!