CefSetCrashKeyValue Method |
Version 109.1.110
Sets or clears a specific key-value pair from the crash metadata.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 109.1.110.0
Syntax public 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