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 uri formats are supported
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)}";
You can also use built-in ImageSource implementations:
new EmbeddedResourceImageSource(resourceName) new EmbeddedResourceImageSource(resourceName, assembly) new DataUrlImageSource(string dataUrl)