CSSStyleSheetHeaderLoadingFailed 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; }
public:
property Nullable<bool> LoadingFailed {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also