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.
我想用页面预先填充我的 WPF 导航队列,以便在代码中我只需要调用.GoForward()和.GoBack()(在这种情况下我将只有 2 个页面要处理),Frame而不用担心.Navigate()在中间调用逻辑编码。这可能吗?
.GoForward()
.GoBack()
Frame
.Navigate()