Click or drag to resize

BlockedReason Enumeration

Version 86.0.240
The reason why request was blocked.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum BlockedReason
Members
  Member nameValueDescription
Other0 other
Csp1 csp
MixedContent2 mixed-content
Origin3 origin
Inspector4 inspector
SubresourceFilter5 subresource-filter
ContentType6 content-type
CollapsedByClient7 collapsed-by-client
CoepFrameResourceNeedsCoepHeader8 coep-frame-resource-needs-coep-header
CoopSandboxedIframeCannotNavigateToCoopPage9 coop-sandboxed-iframe-cannot-navigate-to-coop-page
CorpNotSameOrigin10 corp-not-same-origin
CorpNotSameOriginAfterDefaultedToSameOriginByCoep11 corp-not-same-origin-after-defaulted-to-same-origin-by-coep
CorpNotSameSite12 corp-not-same-site
See Also