Click or drag to resize

CSSStyleSheetHeader.LoadingFailed Property

Version 118.6.80
If the style sheet was loaded from a network resource, this indicates when the resource failed to load

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public bool? LoadingFailed { get; set; }

Property Value

Type: Nullable<Boolean>
See Also