This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I want to present an html page in a silverlight app. I think it is not possible to just assign an html page into a richedittext control. But, at the same time, it is possible to input an HTML page into a silverlight project. So, there must be a way to display a html page into a silverlight app. How do I do this?
|
|
|
Silverlight includes a WebBrowser control; however, it only works in out-of-browser applications. And Mindscape Silverlight Elements includes a HTML editor control that you can use to display simple HTML content (though it's really aimed more at editing fragments such as user posts). If neither of those do the job, you're going to have to get creative. http://weblogs.asp.net/dwahlin/archive/2010/05/10/integrating-html-into-silverlight-applications.aspx has a number of techniques and tips. |
|