CefSetCrashKeyValue Method  | 
Version 106.0.290 
            Sets or clears a specific key-value pair from the crash metadata.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic static void SetCrashKeyValue(
	string key,
	string value
)
public:
static void SetCrashKeyValue(
	String^ key, 
	String^ value
)
Parameters
- key
 - Type: SystemString
key - value
 - Type: SystemString
value 
See Also