We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Following urls will work fine when Url ImageSource is used:
Url
ImageSource
data:image/png;base64,[BASE64ENCODEDFILE]
data:image/svg+xml;base64,[BASE64ENCODEDSVGFILE]
<SVG>NOT_ENCODED_SVGFILECONTENT</SVG>
data:image/svg+xml,<SVG>[NOT_ENCODED_SVGFILECONTENT</SVG>
resource://{resourceName}
resource://{resourceName}?assembly={Uri.EscapeUriString(resourceAssembly.FullName)}";