MixedContentType Enumeration | 
Version 104.4.240 
            A description of mixed content (HTTP resources on HTTPS pages), as defined by
            https://www.w3.org/TR/mixed-content/#categories
            
 
    Namespace: 
   CefSharp.DevTools.Security
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum MixedContentType
public enum class MixedContentType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Blockable | 0 | 
            blockable
             | 
 | OptionallyBlockable | 1 | 
            optionally-blockable
             | 
 | None | 2 | 
            none
             | 
See Also