Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Go Back To View #95

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Go Back To View #95

merged 1 commit into from
Jul 21, 2022

Conversation

dansiegel
Copy link
Member

@dansiegel dansiegel commented Jul 21, 2022

Description

Implements GoBackTo Page in the NavigationService. This also updates the NavigationBuilder with an API that supports ViewModel first Navigation to GoBack to the specified View.

navigationService.GoBackToAsync("MyView");

navigationService.CreateBuilder()
    .GoBackToAsync<MyViewModel>();

@dansiegel dansiegel merged commit ff62ab9 into master Jul 21, 2022
@dansiegel dansiegel deleted the navigation-gobackto branch July 21, 2022 19:53
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GoBack to View Name
1 participant