LocationChangedEventArgs(String, Boolean) Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

location
String

Emplacement.

isNavigationIntercepted
Boolean

Valeur qui détermine si la navigation pour le lien a été interceptée.

S’applique à