Click or drag to resize

RequestContextHasExtension Method

Version 71.0.0
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.
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: 71.0.0.0
Syntax
public virtual bool HasExtension(
	string extensionId
)

Parameters

extensionId
Type: SystemString
extension idextension id

Return Value

Type: Boolean
Returns true if this context has access to the extension identified by extensionId

Return Value

Type: Boolean
Returns true if this context has access to the extension identified by extensionId

Implements

IRequestContextHasExtension(String)
See Also