Sdílet prostřednictvím


LocationChangedEventArgs(String, Boolean) Konstruktor

Definice

Inicializuje novou instanci .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)

Parametry

location
String

Umístění

isNavigationIntercepted
Boolean

Hodnota, která určuje, jestli byla zachycena navigace pro odkaz.

Platí pro