Click or drag to resize

BlockedReason Enumeration

Version 94.4.20
The reason why request was blocked.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.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
CoepFrameResourceNeedsCoepHeader7 coep-frame-resource-needs-coep-header
CoopSandboxedIframeCannotNavigateToCoopPage8 coop-sandboxed-iframe-cannot-navigate-to-coop-page
CorpNotSameOrigin9 corp-not-same-origin
CorpNotSameOriginAfterDefaultedToSameOriginByCoep10 corp-not-same-origin-after-defaulted-to-same-origin-by-coep
CorpNotSameSite11 corp-not-same-site
See Also