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