RequestContextHasExtension Method |
Version 106.0.290
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.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntax public bool HasExtension(
string extensionId
)
public:
virtual bool HasExtension(
String^ extensionId
) sealed
Parameters
- extensionId
- Type: SystemString
extension id
Return Value
Type:
BooleanReturns true if this context has access to the extension identified by extensionId
Implements
IRequestContextHasExtension(String)See Also