Click or drag to resize

SerializationOptionsAdditionalParameters Property

Version 130.1.90
Embedder-specific parameters. For example if connected to V8 in Chrome these control DOM serialization via `maxNodeDepth: integer` and `includeShadowTree: "none" | "open" | "all"`. Values can be only of type string or integer.

Namespace: CefSharp.DevTools.Runtime
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Object AdditionalParameters { get; set; }

Property Value

Object
See Also