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.
我正在尝试在选择文本块时更改页面,但我不知道如何让我的应用程序转到下一页。
想出了我的问题的答案。为了在页面之间导航,您需要在您希望转换到的事件发生时进行以下调用:
this.Frame.Navigate(typeof(/*name of page you want to transition to*/));