Search code examples
.netsilverlightbrowser-historydeep-linking

Preserving Page State in Silverlight (like IProvideCustomContentState)


Is there any way to store a Silverlight page's state in the browser's history as with IProvideCustomContentState (a WPF class)?


Solution

  • Have you tried NavigationCacheMode="Required"?