INavigationService.CurrentLocation Property
Gets the current navigation route.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
string CurrentLocation { get; }
#Property Value
Type | Description |
---|---|
String | The current navigation route. |
#Remarks
Refer to the following topic for more information: .NET MAUI Shell navigation.