Compartir a través de


WebViewControlSettings.IsScriptNotifyAllowed Propiedad

Definición

Obtiene o establece si se permite ScriptNotify .

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

Valor de propiedad

Boolean

bool

Indica si se permite ScriptNotify .

Se aplica a