NavigationOption: ScrollAfterNavigation:false => Prevents scroll after navigation #36605
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Milestone
When links have href to another page like for UX experience so user can copy url and share etc.
Let's say url:
/faq/1
it loads a faq page with collapsible items and dynamic question/content related info.
If you click on a link to /faq/2 it may be desired to prevent scrolling to the top.
Pretty sure the functionability it's almost all already implemented on this PR.
There's a comment on that PR that also asks for the same thing.
The text was updated successfully, but these errors were encountered: