OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Calling PageInfo.SetState(...) with existing key throws exception. #52

Closed Andy-Wilkinson closed 9 years ago

Andy-Wilkinson commented 9 years ago

When calling the PageInfo.SetState(...) method, if the specified state key already has an assigned value then an exception is thrown. The expected behaviour is to overwrite the existing value.