WebView.SetMixedContentMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.