共用方式為


NavigationLock.OnBeforeInternalNavigation 屬性

定義

取得或設定在發生內部導覽事件時要叫用的回呼。

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Routing.LocationChangingContext> OnBeforeInternalNavigation { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnBeforeInternalNavigation : Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Routing.LocationChangingContext> with get, set
Public Property OnBeforeInternalNavigation As EventCallback(Of LocationChangingContext)

屬性值

屬性

適用於