PageClientAddCompilationCacheAsync Method  | 
Version 93.1.111 
            Seeds compilation cache for given url. Compilation cache does not survive
            cross-process navigation.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic Task<DevToolsMethodResponse> AddCompilationCacheAsync(
	string url,
	byte[] data
)
public:
Task<DevToolsMethodResponse^>^ AddCompilationCacheAsync(
	String^ url, 
	array<unsigned char>^ data
)
Parameters
- url
 - Type: SystemString
url - data
 - Type: SystemByte
Base64-encoded data 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also