# HtmlHost Features

## Content



**HtmlHost for Silverlight** includes several key features, such as:

*   **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 for Silverlight** 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 for Silverlight** 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 for Silverlight** arranges its content following Silverlight's layout for the control.

## See Also

[Showing HTML Content](/componentone/docs/wpf/online-extended/HtmlHost2/HtmlHost_x0020_Features/Showing_x0020_HTML_x0020_Content)

[Populating C1HtmlHost](/componentone/docs/wpf/online-extended/HtmlHost2/HtmlHost_x0020_Features/Populating_x0020_C1HtmlHost)

[Windowless Mode](/componentone/docs/wpf/online-extended/HtmlHost2/HtmlHost_x0020_Features/Windowless_x0020_Mode)

[Frame Borders](/componentone/docs/wpf/online-extended/HtmlHost2/HtmlHost_x0020_Features/Frame_x0020_Borders)