MixedContentHandling Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates web view behaviors when handling mixed content.
public enum MixedContentHandling
type MixedContentHandling =
- Inheritance
-
System.EnumMixedContentHandling
Fields
Name | Value | Description |
---|---|---|
AlwaysAllow | 0 | Allow all content, whether secure or insecure. |
NeverAllow | 1 | Never allow insecure content when loading from a secure URL. |
CompatibilityMode | 2 | Selectively allow both secure and insecure content in a way that is not controlled by the application developer. |