gpt4 book ai didi

c# - 如何处理图像源路径绑定(bind)的空 Uri

转载 作者:太空狗 更新时间:2023-10-30 01:24:12 24 4
gpt4 key购买 nike

如何在空状态下初始化 Uri 对象。

首先想到的是做这样的事情

//does not work
Uri myUri = Uri.Empty

这个也不行

Uri myUri = new Uri(string.Empty)

原因是我将我的图像路径存储在数据库中,以防万一没有定义图像我有一个空白的数据库记录。

我知道有一些方法可以使用转换器来处理这个问题,并在 image_path 为空的情况下返回默认的空白图像 Uri...

如何最好地处理与 ViewModel Uri 属性的绑定(bind)?

转换器是可行的方法吗?如果您想要返回许多不同的默认图像,您将如何处理它...

最佳答案

只需设置:

new Uri("about:blank");

对我有用。

关于c# - 如何处理图像源路径绑定(bind)的空 Uri,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10027407/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com