ExecutionContextDescriptionAuxData Property |
Version 118.6.80
Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Object AuxData { get; set; }
public:
property Object^ AuxData {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
ObjectSee Also