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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.