WebSettings.MixedContentNeverAllow Campo

Definición

Precaución

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

En este modo, WebView no permitirá que un origen seguro cargue contenido desde un origen no seguro.

[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

Valor de campo

Value = 1
Atributos

Comentarios

En este modo, WebView no permitirá que un origen seguro cargue contenido desde un origen no seguro. Este es el modo de funcionamiento preferido y más seguro para webView y las aplicaciones se recomienda encarecidamente usar este modo.

Java documentación para android.webkit.WebSettings.MIXED_CONTENT_NEVER_ALLOW.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a