| IRequestContextHasExtension Method  | 
Version 102.0.100 
            Returns true if this context has access to the extension identified by extensionId.
            This may not be the context that was used to load the extension (see DidLoadExtension).
            This method must be called on the CEF UI thread.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
 Syntax
Syntaxbool HasExtension(
	string extensionId
)
bool HasExtension(
	String^ extensionId
)
Parameters
- extensionId
- Type: SystemString
 extension id
Return Value
Type: 
BooleanReturns true if this context has access to the extension identified by extensionId
 See Also
See Also