WebBrowserExtensionsLoadHtml Method | 
| Name | Description | |
|---|---|---|
| LoadHtml(IChromiumWebBrowserBase, String, Boolean) | 
            Loads html as Data Uri See https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs for details If
            base64Encode is false then html will be Uri encoded.
              | |
| LoadHtml(IFrame, String, Boolean) | 
            Loads html as Data Uri See https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs for details If
            base64Encode is false then html will be Uri encoded.
              | |
| LoadHtml(IWebBrowser, String, String) | 
            Registers and loads a ResourceHandler that represents the HTML content.
              | |
| LoadHtml(IWebBrowser, String, String, Encoding, Boolean) | 
            Registers and loads a ResourceHandler that represents the HTML content.
              |