Android.Webkit.WebSettings.MixedContentMode Property
Gets the current behavior of the WebView with regard to loading insecure content from a secure origin.

Syntax

[get: Android.Runtime.Register("getMixedContentMode", "()I", "GetGetMixedContentModeHandler")]
[set: Android.Runtime.Register("setMixedContentMode", "(I)V", "GetSetMixedContentMode_IHandler")]
public abstract MixedContentHandling MixedContentMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the current behavior of the WebView with regard to loading insecure content from a secure origin.

Set method documentation [Android Documentation]

Configures the WebView's behavior when a secure origin attempts to load a resource from an insecure origin. By default, apps that target NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#KITKAT or below default to WebSettings.MixedContentAlwaysAllow. Apps targeting NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#LOLLIPOP default to WebSettings.MixedContentNeverAllow. The preferred and most secure mode of operation for the WebView is WebSettings.MixedContentNeverAllow and use of WebSettings.MixedContentAlwaysAllow is strongly discouraged.

Requirements

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