Click or drag to resize

ExtensionsClientLoadUnpackedAsync Method

Version 130.1.90
Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed.

Namespace: CefSharp.DevTools.Extensions
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<LoadUnpackedResponse> LoadUnpackedAsync(
	string path
)

Parameters

path  String
Absolute file path.

Return Value

TaskLoadUnpackedResponse
returns System.Threading.Tasks.Task<LoadUnpackedResponse>
See Also