WebView.MixedContentMode 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.
Gets the mixed content loading behavior.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::PlatformConfiguration::AndroidSpecific::MixedContentHandling MixedContentMode(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::WebView ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling MixedContentMode (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.WebView> config);
static member MixedContentMode : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.WebView> -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.MixedContentHandling
<Extension()>
Public Function MixedContentMode (config As IPlatformElementConfiguration(Of Android, WebView)) As MixedContentHandling
Parameters
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
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.