WebView.IsJavaScriptEnabled Property

Definition

Gets or sets a value indicating whether the use of JavaScript is allowed.

public bool IsJavaScriptEnabled { get; set; }
member this.IsJavaScriptEnabled : bool with get, set
Public Property IsJavaScriptEnabled As Boolean

Property Value

true if JavaScript is allowed in the IWebView; otherwise, false. The default is true.

Implements

Applies to