NavigationLock.ConfirmExternalNavigation Property

Definition

Gets or sets whether a browser dialog should prompt the user to either confirm or cancel external navigations.

[Microsoft.AspNetCore.Components.Parameter]
public bool ConfirmExternalNavigation { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ConfirmExternalNavigation : bool with get, set
Public Property ConfirmExternalNavigation As Boolean

Property Value

Attributes

Applies to