Click or drag to resize

LoadingFailedEventArgs.BlockedReason Property

Version 103.0.120
The reason why loading was blocked, if any.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public BlockedReason? BlockedReason { get; set; }

Property Value

Type: Nullable<BlockedReason>
See Also