dansiegel / dansiegel/Prism-Shell-Stream

Investigate Routing

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.