Udostępnij za pośrednictwem


LocationChangedEventArgs(String, Boolean) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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

Lokalizacja.

isNavigationIntercepted
Boolean

Wartość określająca, czy nawigacja dla łącza została przechwycona.

Dotyczy