Is it possible to use a MemoryStream as a SourceUri for the XamHtmlViewer, and if yes can you please give me an example of how it is done?
Thanks
If the MemoryStream contains a snippet of HTML, you can put the contents of the MemoryStream into a string and give that to the XamHtmlViewers HtmlCode property.
Hope that helps.
Devin