Click or drag to resize

RequestContext.GetExtensions Method

Version 109.1.110
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.Core (in CefSharp.Core.dll) Version: 109.1.110.0
Syntax
public bool GetExtensions(
	out IList<string> extensionIds
)

Parameters

extensionIds
Type: System.Collections.Generic.IList<String>
output a list of extensions Ids

Return Value

Type: Boolean
returns true on success otherwise false

Implements

IRequestContext.GetExtensions(IList<String>)
See Also