MixedContentHandling Enum

Definition

Enumerates web view behaviors when handling mixed content.

public enum MixedContentHandling
type MixedContentHandling = 
Inheritance
MixedContentHandling

Fields

AlwaysAllow 0

Allow all content, whether secure or insecure.

CompatibilityMode 2

Selectively allow both secure and insecure content in a way that is not controlled by the application developer.

NeverAllow 1

Never allow insecure content when loading from a secure URL.

Applies to