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 class MixedContentHandling
public enum MixedContentHandling
type MixedContentHandling =
Public Enum MixedContentHandling
- Inheritance
-
MixedContentHandling
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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.