Android.Webkit.WebSettings.MixedContentAlwaysAllow Field
Used with WebSettings.MixedContentMode In this mode, the WebView will allow a secure origin to load content from any other origin, even if that origin is insecure.

Value: 0

Syntax

[Android.Runtime.Register("MIXED_CONTENT_ALWAYS_ALLOW")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.MixedContentHandling enum directly instead of this field.")]
public const MixedContentHandling MixedContentAlwaysAllow

Remarks

Used with WebSettings.MixedContentMode In this mode, the WebView will allow a secure origin to load content from any other origin, even if that origin is insecure. This is the least secure mode of operation for the WebView, and where possible apps should not set this mode.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1