What is the Windows RT / Windows Store App answer to App.config?

后端 未结 4 965
说谎
说谎 2020-12-31 00:20

What is the best way to go about reading and writing simple configuration data like we used to use App.config and Web.config available thr

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 00:57

    You can find a sample to mimic app.config in Windows Store apps based on XML files here

    Hth

    Stefan

提交回复
热议问题