Android.Webkit.WebSettings.MixedContentNeverAllow Field
Used with WebSettings.MixedContentMode In this mode, the WebView will not allow a secure origin to load content from an insecure origin.

Value: 1

Syntax

[Android.Runtime.Register("MIXED_CONTENT_NEVER_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 MixedContentNeverAllow

Remarks

Used with WebSettings.MixedContentMode In this mode, the WebView will not allow a secure origin to load content from an insecure origin. This is the preferred and most secure mode of operation for the WebView and apps are strongly advised to use 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