Support relative URIs for images
Open
area-controls-image
proposal/open
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 296
Description
### Description
Currently you cannot specify a relative path to load a local image (see [documentation](https://docs.microsoft.com/en-us/dotnet/maui/user-interface/controls/image#load-a-local-image)). That means you cannot have two images with the same name in two different folders.
### Public API Changes
```xaml
```
### Intended Use-Case
Other XAML based platforms allow this.
Contributor guide
Assessment
This issue has not been assessed yet.