Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.7k
Update RegionNavigationRegistrationExtensions.cs#3145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Allow for registering a view for navigation using type. This method already exists but is currently private.
dansiegel commentedMay 20, 2024
@jpislas can you please give us some context on why you feel this is needed as part of the public API? |
jpislas commentedMay 22, 2024
@dansiegel I register my views using attributes/reflection and don't have access to strongly type them so I end up having to work around it. Its also the way it is set up for standard non region based navigation registration, so it would be consistent with existing functionality. For example: |
Uh oh!
There was an error while loading.Please reload this page.
Allow for registering a view for navigation using type. This method already exists but is currently private. This is existing function so no tests created.
## Description of Change
Make existing function public.
Changed:
PR Checklist