Click or drag to resize

LoadingFinishedEventArgsShouldReportCorbBlocking Property

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public bool? ShouldReportCorbBlocking { get; }

Property Value

Type: NullableBoolean
See Also