Click or drag to resize

RequestContextGetExtension Method

Version 94.4.20
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.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public 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

Implements

IRequestContextGetExtension(String)
See Also