Share via


WebView.GetMixedContentMode(BindableObject) Method

Definition

Returns the mixed content mode for the web view.

public:
 static Microsoft::Maui::Controls::PlatformConfiguration::AndroidSpecific::MixedContentHandling GetMixedContentMode(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling GetMixedContentMode (Microsoft.Maui.Controls.BindableObject element);
static member GetMixedContentMode : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling
Public Function GetMixedContentMode (element As BindableObject) As 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