Render HTML and arbitrary URI content from within Silverlight using ComponentOne HtmlHost™ for Silverlight. The HTML host control (C1HtmlHost) provides a frame that can host arbitrary HTML content, and display content from arbitrary URIs or HTML text.
Features
Inside Browser Support
You can see HTML content inside your browser.
Display HTML Content
Display existing HTML content within the Silverlight plug-in using the browser itself to provide accurate rendering and interaction.
Load HTML from URI
HtmlHost can load HTML content from any URI available, not just the application server.
Load HTML from Text
Display HTML content contained in a string.
Access the HTML Content
HtmlHost fires an event when the content is fully loaded and allows the developer to access the content through Silverlight’s browser object model.
Silverlight Layout System Support
HtmlHost arranges its content following Silverlight’s layout for the control.