Click or drag to resize

RequestContext.GetExtensions 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.Generic.IList<String>

[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

IRequestContext.GetExtensions(IList<String>)
See Also