WebView.MixedContentMode Method

Definition

Gets the mixed content loading behavior.

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

Parameters

config
IPlatformElementConfiguration<Android,WebView>

The platform configuration for 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