我正在開發Windows Phone 7 silverlight應用程序,但我無法使用會話值在Windows Phone 7的不同頁面之間「導航」。我也使用「隔離存儲」,但是我無法獲得價值。在Windows Phone 7上使用會話值
0
A
回答
1
此示例顯示了一些持久性機制:
http://www.scottlogic.co.uk/blog/colin/2011/05/a-simple-windows-phone-7-mvvm-tombstoning-example/
您還可以使用查詢字符串,以兩頁之間傳遞信息。組成查詢字符串的值將附加到URI。
就我個人而言,我有一個集中控制器類,它被主類App
類實例化。任何需要傳遞的值都以這種或那種方式放置在這裏。
0
感謝Adam Houldsworth的迴應,它確實幫了我。但是我找到了一個更簡單的解決方案
我們可以在「App.xaml.cs」文件中創建一個全局變量類,並將變量放入其中。該課程可以從任何地方訪問。
例子:
public static class GlobalVariables
{
public static string my_string = "";
public static int my_int = "";
}
然後我們訪問全局變量類是這樣的: project_Name.GlobalVariables.variable_name;
相關問題
- 1. Windows Phone 7使用會話的Silverlight
- 2. Windows Phone 7對話框
- 3. 在Windows Phone 7上簡單使用WebClient會引發NetworkError
- 4. 在Windows Phone 7上的WebRequest
- 5. 獲得大會上Windows Phone 7的
- 6. Windows Phone 7上的ProgressBar不會消失
- 7. 在Windows Phone 7上錄製音箱7
- 8. 使用C#和Windows Phone 7
- 9. Windows Phone 7應用程序在Windows Phone 8上運行嗎?
- 10. 在Windows XP上開發Windows Phone 7
- 11. 在Microsoft Windows 7上編程Windows Phone 8
- 12. 在Windows 7上開始Windows Phone開發
- 13. ReactiveValidatedObject在Windows Phone 7上不可用?
- 14. 在Windows Phone 7上使用Windows Live ID單點登錄
- 15. Windows Phone 7上的Protobuf-net
- 16. windows phone 7上的XML
- 17. Windows Phone 7上的window.open
- 18. Windows Phone 7上的MediaStream
- 19. Windows Phone 7上的OData
- 20. Windows Phone 7/Silverlight上的Hessian?
- 21. windows phone 7上的App.config?
- 22. 在windows phone 7中
- 23. requirejs在Windows Phone 7
- 24. UIElement.InvalidateVisual在Windows Phone 7
- 25. 在Windows Phone 7(C#)
- 26. RSS在Windows Phone 7
- 27. DataContractJsonSerializer在Windows Phone 7
- 28. 在Windows Phone 7上撥打電話失敗,但在Windows和Xbox 360上工作
- 29. Windows 7上的虛擬VNC會話
- 30. 在windows phone 7中使用C dll