WebSettings.AllowContentAccess Property

Definition

Gets whether this WebView supports content URL access.

public abstract bool AllowContentAccess { [Android.Runtime.Register("getAllowContentAccess", "()Z", "GetGetAllowContentAccessHandler")] get; [Android.Runtime.Register("setAllowContentAccess", "(Z)V", "GetSetAllowContentAccess_ZHandler")] set; }
[<get: Android.Runtime.Register("getAllowContentAccess", "()Z", "GetGetAllowContentAccessHandler")>]
[<set: Android.Runtime.Register("setAllowContentAccess", "(Z)V", "GetSetAllowContentAccess_ZHandler")>]
member this.AllowContentAccess : bool with get, set

Property Value

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also