Skip to content

Routing keeps all the ViewModels in memory #3524

Answered by anaisbetts
mStylias asked this question in Q&A
Discussion options

You must be logged in to vote

If you are in a WPF app, the majority of your navigations should be NavigateAndReset, not Navigate. You should only Navigate when it's something you intend the user to back out of (i.e. there will be a GoBack call at some point). Since this idiom is very uncommon on desktop platforms, this shouldn't happen very often

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mStylias
Comment options

Answer selected by anaisbetts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants