Skip to content

Maui and Regions #2882

Closed Answered by maxxentropy
maxxentropy asked this question in .NET MAUI
Discussion options

You must be logged in to vote

I was able to resolve the issue by passing an IRegionManager to the view model constructors and using the RequestNavigate method on the IRegionManager interface.

_regionManager.RequestNavigate("ContentRegion", URI);

I am not clear if this is the "correct" way to do navigation rendering a module's view(s) into the applications content area so if anyone has additional insight into this problem please feel free to add on to this discussion.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by maxxentropy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant