CefSharp.Web Namespace |
[Missing <summary> documentation for "N:CefSharp.Web"]
Class | Description | |
---|---|---|
HtmlString |
Represents an raw Html (not already encoded)
When passed to a ChromiumWebBrowser constructor, the html will be converted to a Data Uri
and loaded in the browser.
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs for details
| |
JsonString |
Represents a JsonString that is converted to a V8 Object
Used as a return type of bound methods
|