WebView.GetMixedContentMode(BindableObject) 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.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.