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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.