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