PageClientAddCompilationCacheAsync Method |
Version 130.1.90
Seeds compilation cache for given url. Compilation cache does not survive
cross-process navigation.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> AddCompilationCacheAsync(
string url,
byte[] data
)
public:
Task<DevToolsMethodResponse^>^ AddCompilationCacheAsync(
String^ url,
array<unsigned char>^ data
)
Parameters
- url String
- url
- data Byte
- Base64-encoded data
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also