【发布时间】:2019-01-30 10:32:33
【问题描述】:
我的 xaml 中有一个图像,其中源是我绑定的 URL。来自 json 的 URL 将如下所示:“/images/Uploads/e0111.png”。我的通用值存储类中的 URL 为 CommonValues.URL。如何在绑定时在 json 之前添加这个“CommonValues.URL”?这样 Image 的来源就是http://example.com//images/Uploads/e0111.png.?
【问题讨论】:
标签: xaml xamarin xamarin.forms