LocationChangedEventArgs(String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.