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.ExtensionsAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<LoadUnpackedResponse> LoadUnpackedAsync(
string path
)
public:
Task<LoadUnpackedResponse^>^ LoadUnpackedAsync(
String^ path
)
Parameters
- path String
- Absolute file path.
Return Value
TaskLoadUnpackedResponsereturns System.Threading.Tasks.Task<LoadUnpackedResponse>
See Also