Share via


ScriptManager.IsNavigating 屬性

定義

取得值,該值指示是否正在處理 Navigate 事件。

public:
 property bool IsNavigating { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsNavigating { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsNavigating : bool
Public ReadOnly Property IsNavigating As Boolean

屬性值

如果正在處理 true,則為 Navigate,否則為 false

屬性

備註

IsNavigating使用 屬性來判斷事件是否已 Navigate 引發。

適用於