Uri uri = new Uri("" + metric.Image, UriKind.Absolute);
ImageSource imgSource = new BitmapImage(uri);
ImageMetric.Source = imgSource;
我有这个代码
在数据库中,我将图像保存在路径 /UploadedImages/greenarrow.png 下
UploadedImages 和我的解决方案文件夹放在 E 盘。
但不同的文件夹。
如何访问它?
请帮我