Click or drag to resize

InstallabilityErrorErrorArguments Property

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

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

Property Value

Type: IListInstallabilityErrorArgument
See Also