共用方式為


WebViewNavigationStartingEventArgs.Cancel 屬性

定義

取得或設定值,指出是否取消 WebView 導覽。

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

void Cancel(bool value);
public bool Cancel { get; set; }
var boolean = webViewNavigationStartingEventArgs.cancel;
webViewNavigationStartingEventArgs.cancel = boolean;
Public Property Cancel As Boolean

屬性值

Boolean

bool

true 表示取消流覽;否則為 false

適用於

另請參閱