共用方式為


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

適用於