HTMLViewer load from variable

Is there a way to load the HTMLViewer from the contents of a text variable and not a file?

http://documentation.xojo.com./index.php/HTMLViewer.LoadURL

Dim s as String = your_string Dim f As FolderItem = GetTemporaryFolderItem HTMLViewer1.LoadPage(s, f)