WebViewControlSettings.IsScriptNotifyAllowed 属性

定义

获取或设置是否允许 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

属性值

Boolean

bool

是否允许 ScriptNotify

适用于