Click or drag to resize

MixedContentIssueDetailsResourceType Property

Version 85.3.121
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: 85.3.121.0 (85.3.121.0)
Syntax
public Nullable<MixedContentResourceType> ResourceType { get; set; }

Property Value

Type: NullableMixedContentResourceType
See Also