Click or drag to resize
CefExtension Class
Version 63.0.0
Represents a new V8 extension to be registered.
Inheritance Hierarchy
SystemObject
  CefSharpCefExtension

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public sealed class CefExtension

The CefExtension type exposes the following members.

Constructors
  NameDescription
Public methodCefExtension
Creates a new CwefExtension instance with a given name.
Top
Properties
  NameDescription
Public propertyJavascriptCode
Gets the javascript extension code
Public propertyName
Gets the name of the extension.
Top
Methods
See Also