Click or drag to resize

InstallabilityError.ErrorArguments Property

Version 118.6.80
The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public IList<InstallabilityErrorArgument> ErrorArguments { get; set; }

Property Value

Type: IList<InstallabilityErrorArgument>
See Also