|            |
|------------|
| HTMLViewer |

Xojo provides a <span class="title-ref">HTMLViewer</span> control for desktop, mobile and web projects:

- `DesktopHTMLViewer</api/user_interface/desktop/desktophtmlviewer>`
- `MobileHTMLViewer</api/user_interface/mobile/mobilehtmlviewer>`
- `WebHTMLViewer</api/user_interface/web/webhtmlviewer>`

# Common members

These methods are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.

## Methods

| Name     | Description                                                                          |
|----------|--------------------------------------------------------------------------------------|
| LoadPage | Loads into the <span class="title-ref">HTMLViewer</span> the file or HTML passed.    |
| LoadURL  | Loads the page at the URL passed into the <span class="title-ref">HTMLViewer</span>. |

<div class="seealso">

`DesktopHTMLViewer</api/user_interface/desktop/desktophtmlviewer>`, `MobileHTMLViewer</api/user_interface/mobile/mobilehtmlviewer>` and `WebHTMLViewer</api/user_interface/web/webhtmlviewer>`

</div>
