Click or drag to resize

SerializationOptionsMaxDepth Property

Version 118.6.80
Deep serialization depth. Default is full depth. Respected only in `deep` serialization mode.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public int? MaxDepth { get; set; }

Property Value

Type: NullableInt32
See Also