Reputation: 3279
I'm going to display HTML in my silverlight 4 application, I cannot use Out of Browser or windowless mode, in fact I'm reading emails using IMAP (WCF) and want to display their body in my Silverlight web application. I'm using an IFRAME to display html, it works fine, but I should set its URL to display HTML, is it possible to set its innerHTML instead of setting its URL? I have my body as HTML and I want to set it as IFRAME innerHTML, can I use Javascript to set its innerHTML property? how can I do so?
Upvotes: 0
Views: 344
Reputation: 449
you can try this control.
This control dose not requires windowless = true and also works in browser. but it is only support html pages not a aspx pages.
Upvotes: 1