WebView.GetMixedContentMode(BindableObject) Method

Definition

Returns the mixed content mode for the web view.

public static Xamarin.Forms.PlatformConfiguration.AndroidSpecific.MixedContentHandling GetMixedContentMode (Xamarin.Forms.BindableObject element);
static member GetMixedContentMode : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.AndroidSpecific.MixedContentHandling

Parameters

element
BindableObject

The Android web view for which to get the loading behavior for content that is a mix of secure and insecure content.

Returns

Applies to