Share via


WebViewControlSettings.IsScriptNotifyAllowed Property

Definition

Gets or sets whether ScriptNotify is allowed.

public:
 property bool IsScriptNotifyAllowed { bool get(); void set(bool value); };
bool IsScriptNotifyAllowed();

void IsScriptNotifyAllowed(bool value);
public bool IsScriptNotifyAllowed { get; set; }
var boolean = webViewControlSettings.isScriptNotifyAllowed;
webViewControlSettings.isScriptNotifyAllowed = boolean;
Public Property IsScriptNotifyAllowed As Boolean

Property Value

Boolean

bool

Whether ScriptNotify is allowed.

Applies to