WebBrowserExtensions.LoadHtml Method (original) (raw)
WebBrowserExtensionsLoadHtml Method
Version 118.6.80
Overload List
| | 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. |
See Also