LoadingFinishedEventArgsShouldReportCorbBlocking Property |
Version 106.0.290
Set when 1) response was blocked by Cross-Origin Read Blocking and also
2) this needs to be reported to the DevTools console.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public bool? ShouldReportCorbBlocking { get; }
public:
property Nullable<bool> ShouldReportCorbBlocking {
Nullable<bool> get ();
}
Property Value
Type:
NullableBooleanSee Also