uwp Images Load image in XAML

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

<Image Source="ms-appx:///Assets/Windows_10_Hero.png"/>

Your image is part of the application, in the Assets folder and marked as Content

<Image Source="ms-appdata:///local/Windows_10_Hero.png"/>

Your image was saved in your application's Local Folder

<Image Source="ms-appdata:///roaming/Windows_10_Hero.png"/>

Your image was saved in your application's Roaming Folder



Got any uwp Question?