Share via


WebSettings.MixedContentNeverAllow フィールド

定義

注意事項

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_NEVER_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 MixedContentNeverAllow = 1;
[<Android.Runtime.Register("MIXED_CONTENT_NEVER_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 MixedContentNeverAllow : Android.Webkit.MixedContentHandling

フィールド値

Value = 1
属性

注釈

このモードでは、WebView では、セキュリティで保護されていない配信元からコンテンツを読み込むためのセキュリティで保護された配信元は許可されません。 これは、WebView とアプリの推奨される最も安全な操作モードであり、このモードを使用することを強くお勧めします。

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

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

適用対象