Click or drag to resize

MixedContentIssueDetailsResourceType Property

Version 94.4.20
The type of resource causing the mixed content issue (css, js, iframe, form,...). Marked as optional because it is mapped to from blink::mojom::RequestContextType, which will be replaced by network::mojom::RequestDestination

Namespace:  CefSharp.DevTools.Audits
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public MixedContentResourceType? ResourceType { get; set; }

Property Value

Type: NullableMixedContentResourceType
See Also