我正在用 XAML/C# 开发一个应用程序,其中图像的路径存储在列表中。该路径包含空格,因为它是计算机 C 盘中文件的路径。我无法绑定它。我尝试使用
<Image Name="ImageOffer">
<Image.Source>
<BitmapImage UriSource="{Binding ImagePath}" />
</Image.Source>
</Image>
谁能告诉我在 XAML 中从应用程序的外部文件夹绑定图像的方式。谢谢