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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.