Click or drag to resize

IRequestContextDidLoadExtension Method

Version 94.4.20
Returns true if this context was used to load the extension identified by extensionId. Other contexts sharing the same storage will also have access to the extension (see HasExtension). This method must be called on the CEF UI thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool DidLoadExtension(
	string extensionId
)

Parameters

extensionId
Type: SystemString

[Missing <param name="extensionId"/> documentation for "M:CefSharp.IRequestContext.DidLoadExtension(System.String)"]

Return Value

Type: Boolean
Returns true if this context was used to load the extension identified by extensionId
See Also