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.
我想在 UI 中显示一些字符串数据,但我不想将它们写在 xaml 页面中,我在哪里可以存储它们并在页面显示时动态加载它们?将它们存储在 app.xaml 中是正确的方法吗?
您可以将应用级静态字符串数据保存为嵌入式资源。
请参阅使用字符串资源
这也将满足未来可能需要的多语言支持
你可以像 AppResources.resx 一样使用。 它将存储字符串数据。
你会像这样使用它:
textblock.text= AppResources.xxxxxxx