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 の推奨される最も安全な操作モードであり、アプリはこのモードを使用することを強くお勧めします。

Javaドキュメント。

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

適用対象