| 接口 | 说明 |
|---|---|
| CefBrowser |
Interface representing a browser.
|
| CefBrowserWindow |
Interface representing system dependent methods for the browser.
|
| CefFrame |
Interface representing a frame.
|
| 类 | 说明 |
|---|---|
| CefBrowserFactory |
Creates a new instance of CefBrowser according the passed values
|
| CefMessageRouter |
The below classes implement support for routing aynchronous messages between JavaScript running in the renderer process and C++ running in the browser process.
|
| CefMessageRouter.CefMessageRouterConfig |
Used to configure the query router.
|
| CefRequestContext |
A request context provides request handling for a set of related browser objects.
|