Click or drag to resize

LogEntry.Args Property

Version 113.3.50
Call arguments.

Namespace:  CefSharp.DevTools.Log
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax
public IList<RemoteObject> Args { get; set; }

Property Value

Type: IList<RemoteObject>
See Also