INavigationService.CurrentLocation Property
In This Article
Gets the current navigation route.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
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.
See Also