0
        Uri uri = new Uri("" + metric.Image, UriKind.Absolute);

        ImageSource imgSource = new BitmapImage(uri);

        ImageMetric.Source = imgSource;

私はこのコードを持っています

データベース内のパス/UploadedImages/greenarrow.pngの下に画像を保存します

UploadedImagesと私のソリューションフォルダはEドライブに配置されます。

しかし、異なるフォルダ。

アクセスする方法は?

私を助けてください

4

1 に答える 1