LocationChangedEventArgs(String, Boolean) Constructor

Definition

Initializes a new instance of 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)

Parameters

location
String

The location.

isNavigationIntercepted
Boolean

A value that determines if navigation for the link was intercepted.

Applies to