Click or drag to resize
WebBrowserExtensionsLoadHtml Method
Version 63.0.0
Overload List
  NameDescription
Public methodStatic memberLoadHtml(IWebBrowser, 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 memberLoadHtml(IWebBrowser, String, String)
Registers and loads a ResourceHandler that represents the HTML content.
Public methodStatic memberLoadHtml(IWebBrowser, String, String, Encoding, Boolean)
Registers and loads a ResourceHandler that represents the HTML content.
Top
See Also