LoadingFinishedEventArgsShouldReportCorbBlocking Property |
Version 99.2.120
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: 99.2.120.0 (99.2.120.0)
Syntax public bool? ShouldReportCorbBlocking { get; }
public:
property Nullable<bool> ShouldReportCorbBlocking {
Nullable<bool> get ();
}
Property Value
Type:
NullableBooleanSee Also