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.
我需要从导航堆栈中删除选择性页面 (winRT- C#)
我检查了:
WinRT - 如何从导航历史记录中忽略或删除页面 和
在 Windows 8 应用程序中从导航堆栈弹出页面
但无法弄清楚如何操作导航堆栈。是否可以操作此导航堆栈?
Frame.BackStack.RemoveAt(Frame.BackStack.Count - 1);