GetAppManifestResponseErrors Property |
Version 118.6.80
errors
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<AppManifestError> Errors { get; }
public:
property IList<AppManifestError^>^ Errors {
IList<AppManifestError^>^ get ();
}
Property Value
Type:
IListAppManifestErrorSee Also