IRequestContextGetExtension Method |
Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax IExtension 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