Enum MixedContentType
A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories
[JsonConverter(typeof(JsonEnumMemberConverter<MixedContentType>))]
public enum MixedContentType
Fields
[EnumMember(Value = "blockable")] Blockable = 0Enumerated member for the blockable value.
[EnumMember(Value = "none")] None = 2Enumerated member for the none value.
[EnumMember(Value = "optionally-blockable")] OptionallyBlockable = 1Enumerated member for the optionally-blockable value.