| CefSetCrashKeyValue Method  | 
Version 90.6.50 
            Sets or clears a specific key-value pair from the crash metadata.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 90.6.50.0
 Syntax
Syntaxpublic static void SetCrashKeyValue(
	string c,
	string value
)
public:
static void SetCrashKeyValue(
	String^ c, 
	String^ value
)
Parameters
- c
- Type: SystemString
 [Missing <param name="c"/> documentation for "M:CefSharp.Cef.SetCrashKeyValue(System.String,System.String)"] 
- value
- Type: SystemString
 [Missing <param name="value"/> documentation for "M:CefSharp.Cef.SetCrashKeyValue(System.String,System.String)"] 
 See Also
See Also