Click or drag to resize

IRequestContextGetExtensions Method

Version 94.4.20
Retrieve the list of all extensions that this context has access to (see HasExtension). extensionIds will be populated with the list of extension ID values. 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 GetExtensions(
	out IList<string> extensionIds
)

Parameters

extensionIds
Type: System.Collections.GenericIListString
output a list of extensions Ids

Return Value

Type: Boolean
returns true on success otherwise false
See Also