dansiegel / dansiegel/Prism-Shell-Stream
Investigate Routing
Open
- Dominant language
- C#
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
# Description
Shell Navigation sometimes requires manually registering routes like:
```cs
Routing.RegisterRoute("ViewA", typeof(ViewA));
```
This likely needs some investigation to determine if we require `RegisterRoute("ViewA")` to force Shell to rely on Prism to resolve the route or if it will automatically try to inflate the page for us which we don't actually want.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.