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가 허용되는지 여부입니다.

적용 대상