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.
有什么方法可以将 Silverlight 页面的状态存储在浏览器的历史记录中,就像使用IProvideCustomContentState(一个 WPF 类)一样?
你试过 NavigationCacheMode="Required" 吗?