IRequestContextGetExtension Method  | 
Version 106.0.290 
            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: 106.0.290.0 (106.0.290.0)
SyntaxIExtension GetExtension(
	string extensionId
)
IExtension^ GetExtension(
	String^ extensionId
)
Parameters
- extensionId
 - Type: SystemString
extension Id 
Return Value
Type: 
IExtensionReturns the extension matching extensionId or null if no matching extension is accessible in this context
See Also