LoadingFinishedEventArgsShouldReportCorbBlocking Property  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
Syntaxpublic bool? ShouldReportCorbBlocking { get; }public:
property Nullable<bool> ShouldReportCorbBlocking {
	Nullable<bool> get ();
}Property Value
Type: 
NullableBoolean
See Also