WebSettings.MixedContentAlwaysAllow フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Webkit.MixedContentHandling enum directly instead of this field.

このモードでは、WebView では、その配信元が安全でない場合でも、セキュリティで保護された配信元が他の配信元からコンテンツを読み込むことができます。

[Android.Runtime.Register("MIXED_CONTENT_ALWAYS_ALLOW")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.MixedContentHandling enum directly instead of this field.", true)]
public const Android.Webkit.MixedContentHandling MixedContentAlwaysAllow = 0;
[<Android.Runtime.Register("MIXED_CONTENT_ALWAYS_ALLOW")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Webkit.MixedContentHandling enum directly instead of this field.", true)>]
val mutable MixedContentAlwaysAllow : Android.Webkit.MixedContentHandling

フィールド値

Value = 0
属性

注釈

このモードでは、WebView では、その配信元が安全でない場合でも、セキュリティで保護された配信元が他の配信元からコンテンツを読み込むことができます。 これは WebView の最も安全性の低い操作モードであり、可能な場合はアプリでこのモードを設定しないでください。

android.webkit.WebSettings.MIXED_CONTENT_ALWAYS_ALLOWJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象