Freigeben über


LocationChangedEventArgs(String, Boolean) Konstruktor

Definition

Initialisiert eine neue Instanz von LocationChangedEventArgs.

public:
 LocationChangedEventArgs(System::String ^ location, bool isNavigationIntercepted);
public LocationChangedEventArgs(string location, bool isNavigationIntercepted);
new Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs : string * bool -> Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs
Public Sub New (location As String, isNavigationIntercepted As Boolean)

Parameter

location
String

Der Speicherort.

isNavigationIntercepted
Boolean

Ein Wert, der bestimmt, ob die Navigation für den Link abgefangen wurde.

Gilt für: