WebBrowserExtensions.LoadHtml Method (original) (raw)

WebBrowserExtensionsLoadHtml Method

Version 118.6.80

Overload List

| | Name | Description | | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Public methodStatic member | 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. | | Public methodStatic member | 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. | | Public methodStatic member | LoadHtml(IWebBrowser, String, String) | Registers and loads a ResourceHandler that represents the HTML content. | | Public methodStatic member | LoadHtml(IWebBrowser, String, String, Encoding, Boolean) | Registers and loads a ResourceHandler that represents the HTML content. |

Top

See Also

Reference