从 Xaml 字符串到 Wpf 窗口
我在从 Xaml 字符串创建 Wpf 窗口时一直遇到问题。
什么有效: 我有一个正在运行的服务器,可以从远程客户端接收字符串。 (这并不复杂并且工作完美)
什么不起作用: 有时,服务器会收到包含 Xaml 文件内容的字符串。我知道我想使用 Xaml 字符串中指定的所有内容动态创建一个窗口。
有没有简单的方法可以做到这一点?
I keep having problems with creating a Wpf-Window from a Xaml-String.
What works:
I have a Server running which can receive Strings from remote Clients. (That is not complicated and works perfectly)
What doesn’t work:
Sometimes the Server receives a String with the content of a Xaml-File. Know I want to create a window dynamically with all the content specified in the Xaml-String.
Is there an easy way to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)