Click or drag to resize

ExecutionContextDescriptionUniqueId Property

Version 94.4.20
A system-unique execution context identifier. Unlike the id, this is unique across multiple processes, so can be reliably used to identify specific context while backend performs a cross-process navigation.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public string UniqueId { get; set; }

Property Value

Type: String
See Also