WebView.SetMixedContentMode Method

Definition

Overloads

SetMixedContentMode(BindableObject, MixedContentHandling)

Sets the mixed content mode for the web view.

SetMixedContentMode(IPlatformElementConfiguration<Android,WebView>, MixedContentHandling)

Sets the mixed content mode for the web view.

SetMixedContentMode(BindableObject, MixedContentHandling)

Sets the mixed content mode for the web view.

public static void SetMixedContentMode (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.MixedContentHandling value);
static member SetMixedContentMode : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.AndroidSpecific.MixedContentHandling -> unit

Parameters

element
BindableObject

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

value
MixedContentHandling

The new mixed content mode.

Applies to

SetMixedContentMode(IPlatformElementConfiguration<Android,WebView>, MixedContentHandling)

Sets the mixed content mode for the web view.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.WebView> SetMixedContentMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.WebView> config, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.MixedContentHandling value);
static member SetMixedContentMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.WebView> * Xamarin.Forms.PlatformConfiguration.AndroidSpecific.MixedContentHandling -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.WebView>

Parameters

config
IPlatformElementConfiguration<Android,WebView>

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

value
MixedContentHandling

The new mixed content mode.

Returns

Applies to