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.
当我使用 Frame.Navigate(...) 时,我导航到和从中导航的页面似乎只初始化了一次。(构造函数仅在我第一次导航到特定页面时被点击)。下次我点击我已经打开过的页面时,该页面已经“在内存中”......
这是为什么 ?