Click or drag to resize

RequestContextGetExtensions Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.RequestContext.GetExtensions(System.Collections.Generic.IList{System.String}@)"]

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public virtual bool GetExtensions(
	out IList<string> extensionIds
)

Parameters

extensionIds
Type: System.Collections.GenericIListString

[Missing <param name="extensionIds"/> documentation for "M:CefSharp.RequestContext.GetExtensions(System.Collections.Generic.IList{System.String}@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CefSharp.RequestContext.GetExtensions(System.Collections.Generic.IList{System.String}@)"]

Implements

IRequestContextGetExtensions(IListString)
See Also