Click or drag to resize

IRequestContextGetExtension Method

Version 86.0.240
Returns the extension matching extensionId or null if no matching extension is accessible in this context (see HasExtension). This method must be called on the CEF UI thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
IExtension GetExtension(
	string extensionId
)

Parameters

extensionId
Type: SystemString
extension Id

Return Value

Type: IExtension
Returns the extension matching extensionId or null if no matching extension is accessible in this context
See Also