CSSStyleSheetHeaderLoadingFailed Property |
Version 130.1.90
If the style sheet was loaded from a network resource, this indicates when the resource failed to load
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool? LoadingFailed { get; set; }
public:
property Nullable<bool> LoadingFailed {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
NullableBooleanSee Also